- 22 Apr, 2015 2 commits
-
-
Robert Greenwalt authored
-
Gao Rong authored
Currently, QUERY_CALL_FORWARD_STATUS would use array to store call info response, from BP side. So RILJ would just show the array hash code instead of each field in the array, it would like this: < QUERY_CALL_FORWARD_STATUS [Lcom.android.internal.telephony.CallForwardInfo;@41573f30] This code change would parse the array field one-by-one, and show each field in RILJ, like this: < QUERY_CALL_FORWARD_STATUS { [not active reason:0 serviceClass:255 'null' 0seconds] } This is very helpful for developer tracking call forward related issues. Change-Id: I5485578c70f5344c75294d56583896a2d87d5d29
-
- 11 Mar, 2015 2 commits
-
-
Lorenzo Colitti authored
-
Paul Jensen authored
Change-Id: I1433937bffdb29bd42fb1adbfcf0a50ceffac7dd
-
- 14 Feb, 2015 2 commits
-
-
Sanket Padawe authored
* commit 'a24ffa51': Pass new connection object to telecomm layer after a phone switch.
-
Sanket Padawe authored
* commit 'd75e1725': Pass new connection object to telecomm layer after a phone switch.
-
- 13 Feb, 2015 1 commit
-
-
Sanket Padawe authored
+ Connection object is passed to telecomm layer when phone switch happens during emergency call. Bug: 19363089 Change-Id: I4b86cc13491afe2768678c5bb03c1ca480924d19
-
- 12 Feb, 2015 3 commits
-
-
Robert Greenwalt authored
* commit 'e5c8dd51': Treat a SIM power cycle as first boot.
-
Robert Greenwalt authored
* commit '40dc7774': Treat a SIM power cycle as first boot.
-
Robert Greenwalt authored
TL;DR - forget the previous subId used only for optimization purposes if we get a SIM_READY notification. We moved some code that poked the modem from a SIM_READY handler to a onSubscriptionChanged handler and also protected it with logic to only fire if the subId changed. This caused us to not poke the modem on SIM power cycle. Some modems do a SIM power cycle on airplane mode. The result was on these modems we weren't causing the modem to register with the network after airplane mode. This was often masked because if we were setup to try a data call these devices were configured to try the data call regardless of data registration and the act of trying a data call would cause the modem to register with the network. If during airplane mode you had turned on wifi, telephony would stop trying to setup a data call (so we don't poke the network all the time when on a better wifi connection) and the restoration of that data request has been blocked until data-registration in the new multisim code. bug:19194287 Change-Id: I21b76b7c62a6161d8422b11a831c3747591c56f3
-
- 10 Feb, 2015 3 commits
-
-
Shishir Agrawal authored
* commit '00d4324d': SmsSenderCallback: Run the callback with the phone UID.
-
Shishir Agrawal authored
automerge: f323afdb * commit 'f323afdb': SmsSenderCallback: Run the callback with the phone UID.
-
Shishir Agrawal authored
The SmsSenderCallback needs to run as the phone UID because of checks that ensure only the messaging app or phone process can run that code. Also modifies SmsUsageMonitor to allow phone process to make calls. Bug: 19302541 Change-Id: Ic6b8141fbf15f42696e9b86d3c599ef2ec4ebd1c
-
- 06 Feb, 2015 4 commits
-
-
Amit Mahajan authored
am 14458de5: Merge "Reduce binder call when determing whether or not to use CDMA format for MO SMS" into lmp-mr1-dev automerge: 6683f0f0 * commit '6683f0f0': Reduce binder call when determing whether or not to use CDMA format for MO SMS
-
Amit Mahajan authored
am 14458de5: Merge "Reduce binder call when determing whether or not to use CDMA format for MO SMS" into lmp-mr1-dev * commit '14458de5': Reduce binder call when determing whether or not to use CDMA format for MO SMS
-
Amit Mahajan authored
Merge "Reduce binder call when determing whether or not to use CDMA format for MO SMS" into lmp-mr1-dev
-
Xia Ying authored
MO SMS Only checking whether or not to use CDMA format for MO SMS one time for the whole message body. Bug: 19283927 Change-Id: I0e629f68d77cae17d18a80b1f8fa343e0afa8c00
-
- 05 Feb, 2015 6 commits
-
-
Sanket Padawe authored
automerge: cebdc071 * commit 'cebdc071': Supress phone number from logcat.
-
Sanket Padawe authored
* commit '5e500806': Supress phone number from logcat.
-
Sanket Padawe authored
-
Sanket Padawe authored
Bug: 19251204 Change-Id: Iba489fdd84cc2085cf23290e162d3b561e458214
-
- 04 Feb, 2015 5 commits
-
-
Ye Wen authored
b/19240047 Change-Id: If155f682ec06e377b4c5e6b05494631112812146
-
Robert Greenwalt authored
am 672d815d: am de6a6c5d: Merge "Add comments to explain what we\'re currently doing" into lmp-mr1-dev * commit '672d815d': Add comments to explain what we're currently doing
-
Robert Greenwalt authored
* commit 'de6a6c5d': Add comments to explain what we're currently doing
-
Robert Greenwalt authored
-
Robert Greenwalt authored
The IMS merging of call state is non-obvious from the outside and while the code here works it's a bit vulnerable to well-intended changes. bug:19160309 Change-Id: I07c100dac544a3687d3efd6567b56c6e4376eefb
-
- 03 Feb, 2015 3 commits
-
-
Sanket Padawe authored
automerge: bc9de73d * commit 'bc9de73d': Remove phone number being displayed from logs
-
Sanket Padawe authored
automerge: 29b43884 * commit '29b43884': Remove phone number being displayed from logs
-
Sanket Padawe authored
Bug: 19251204 Change-Id: I5391fa2033ddb8cb41e11cb23aa16485369cd13e
-
- 02 Feb, 2015 3 commits
-
-
Tyler Gunn authored
am ba82fe49: am 1601772b: Merge "Fixing conference merge where only one party is added to conference." into lmp-mr1-dev * commit 'ba82fe49': Fixing conference merge where only one party is added to conference.
-
Tyler Gunn authored
am 1601772b: Merge "Fixing conference merge where only one party is added to conference." into lmp-mr1-dev * commit '1601772b': Fixing conference merge where only one party is added to conference.
-
Tyler Gunn authored
-
- 30 Jan, 2015 6 commits
-
-
Legler Wu authored
Revise the method to access telephony system property. Add several PROPERTY_XXX_XXX_MSIM for MSIM type system properties. If caller use the old one, it will be dispatched to new one and get by default phone id. Ex. PROPERTY_ICC_OPERATOR_NUMERIC Bug: 18675498 Change-Id: I68b4de1817bb5a34d4a54685332f856e79a39d60
-
Amit Mahajan authored
am 583f21f5: Merge "Changes to make sure READ_PHONE_STATE permission is not needed to send SMS." into lmp-mr1-dev automerge: 8409032e * commit '8409032e': Changes to make sure READ_PHONE_STATE permission is not needed to send SMS.
-
Amit Mahajan authored
am 583f21f5: Merge "Changes to make sure READ_PHONE_STATE permission is not needed to send SMS." into lmp-mr1-dev * commit '583f21f5': Changes to make sure READ_PHONE_STATE permission is not needed to send SMS.
-
Amit Mahajan authored
Merge "Changes to make sure READ_PHONE_STATE permission is not needed to send SMS." into lmp-mr1-dev