- 10 Sep, 2015 3 commits
-
-
Amit Mahajan authored
-
Sungmin Choi authored
Bug: 23804201 Change-Id: I62a00530200d81a7494637bc760f258219389c42
-
Nivedita Sarkar authored
Currently call extras are closely coupled with call state changes. To propagate call extras from internal.telephony.Connection the PRECISE_CALL_STATE_CHANGED event shall be triggered which is genarally triggered when phone/call changes its state. This change removes the above mentioned dependency by raising onExtrasChanged event when changes in extras are detected. Bug: 22329706 Change-Id: I7c0f5dc3229b2d7ae83d06a8e3fade45d1b62c90
-
- 09 Sep, 2015 4 commits
-
-
Jack Yu authored
-
Santos Cordon authored
-
Tyler Gunn authored
-
Tyler Gunn authored
1. Look up a regular expression containing carrier-specific invalid characters for call subjects. 2. If found, use reg exp to cleanse the call subject prior to setting on the dial intent. Bug: 22779583 Change-Id: I708468294e94d5959cd2fe0f605ec0515b6e2eaf
-
- 08 Sep, 2015 5 commits
-
-
Santos Cordon authored
The code used to null out mPendingMO after it send out the notification and updating it's state. While mPendingMO is not null, update-state code will always short-circuit to offhook so it is necessary to reset the variable before updating the state (GSM & CDMA already do this). Bug: 23530363 Change-Id: I0491b371d0de52d21fd6e0d96e2660c63c38fada
-
Amit Mahajan authored
-
Amit Mahajan authored
This is needed to correctly support emergency callback mode. Bug: 23704763 Change-Id: I1983987b75e055d8acf99b9e628bbcabbd41c911
-
Amit Mahajan authored
Reverting ag/740815 as that is not needed now with the fix for b/23704763. This is specifically needed for the cases when there's no SIM in the device. Bug: 23431773 Change-Id: I44353eb1e9c6e93838e7cab2b87e79ae39bd0fe8
-
John Huang authored
-
- 05 Sep, 2015 1 commit
-
-
Pavel Zhamaitsiak authored
-
- 04 Sep, 2015 5 commits
-
-
Pavel Zhamaitsiak authored
Bug: 19710775 Change-Id: I64c54a6bd2d212b6931ebe59d7174460e776bca8
-
Robert Greenwalt authored
-
Jack Yu authored
If the user sends an SMS through STK menu, and the SMS encoding is 7-bit GSM, the device will crash because of buffer overflow. Fixed by supplying the correct buffer length while doing the array copy. bug: 23501570 Change-Id: I569b519a87ae693b0c35371ee160ca52fd5b6e6a
-
Jack Yu authored
The logic of how we determine roaming need to check if spn, long name, short name are empty string first before comparison. bug: 23733308 Change-Id: I4b1023b6dd7c8d050281efb6b29b3df4d49eaa96
-
Robert Greenwalt authored
Some pings and infrastructure events were getting defered in emergency mode. This led to hung processes. bug:23131069 Change-Id: I5415ae69bcf17a293d5af9ae093d7346b1dc076f
-
- 03 Sep, 2015 10 commits
-
-
Amit Mahajan authored
-
Amit Mahajan authored
-
Preeti Ahuja authored
1. Handle invalid images/icons If the coding scheme of the image is not understood, then the loading of the icon will fail. Send a TR with ResultCode.PRFRMD_ICON_NOT_DISPLAYED back to the card when this happens, but continue processing the command. 2. For Idle Mode Text the icon should be loaded even when text is not present BUG=22637125 Change-Id: Ie4199fe9ac00f14db2d6b12604fc2c9cf54208f5
-
Robert Greenwalt authored
Even if we stated connected we'd wipe the extra field in our network info object. bug:23406274 Change-Id: Ib1556dec19c70fce55a81d175aaa3db1d8b1887c
-
Sungmin Choi authored
Bug: 22639018 Change-Id: I7a65337838ef3dfa24ce8b59564ec831c5cb5094
-
Svetoslav Ganov authored
* commit 'c46de7cd': Enable WRITE_SMS for telephony provider
-
Svetoslav Ganov authored
-
Svetoslav authored
WRITE_SMS app op is explicitly granted to some system components like bluetooh, phone, mms service. It is however no granted to the telephony provider. The latter is the one storing the SMS data and should always have the app op enabled. Content providers perform proxy app op updates (taking a note they perform an operation on behalf of another app) which requires the proxy package, the provider, to have the app op allowed. bug:23017449 Change-Id: Ic0c6865a616b6f3997a64d390699e9fd86c4ae2e
-
Robert Greenwalt authored
* commit 'f4e42037': Don't send unnecessary setNetworkSelectionMode cmd
-
Robert Greenwalt authored
-
- 02 Sep, 2015 2 commits
-
-
Robert Greenwalt authored
This RIL command requires the radio restart network selection. It's poorly named in that regard. Check if we're already in automatic mode before pushing automatic down again. bug:23678158 Change-Id: I47301218279ef20c8db5e9c41c62d011b6a60820
-
Amit Mahajan authored
-
- 01 Sep, 2015 4 commits
-
-
Amit Mahajan authored
If the SIM is removed, phoneId returned by subscription controller based on subId is MAX_INT leading to a crash. Bug: 23315629 Change-Id: I8809cfaaeb6ff78b1e24915e350329b8133d99e9
-
Robert Greenwalt authored
Change-Id: Ib34640f5a8aa9311e76c6be24640459c7c0c63bd
-
Robert Greenwalt authored
Fixes a handful of issues. PendingRequests were getting touched on random threads, so moved to handler thread. Release could get confused by state changes, so made it depend only on state set during the request (if it's in the pending list, remove it, if it's on the request list, release it). bug:23080486 Change-Id: I62d3e279a34f3f3eac122842faa2abc8cb52b54c
-
Vineeta Srivastava authored
-
- 31 Aug, 2015 1 commit
-
-
Sungmin Choi authored
When device is booting, mPhone.getSubId() return -2. It makes device get the wrong preferredAPN. Bug: 23367895 Change-Id: Ieadab013521e81d224ff08e4a60c2d9222cd6578 Signed-off-by:
wooje.shim <wooje.shim@lge.com> Signed-off-by:
Sungmin Choi <sungmin.choi@lge.com>
-
- 27 Aug, 2015 1 commit
-
-
Amit Mahajan authored
Earlier query was done on SIM_RECORDS_LOADED which can be a little too early as CarrierConfig may not be ready at that time (CarrierConfig is queried by PhoneProxy on getting voice RAT response). Bug: 23387502 Change-Id: I77195545c1fa4967668fff26a5641e774d31dd5c
-
- 26 Aug, 2015 3 commits
-
-
Jack Yu authored
Change-Id: I6887a626c296edd24f95bb8bd8b6412f7710515b
-
Jack Yu authored
-
Amit Mahajan authored
* commit 'ea228051': Change to not dump PII in IsimUiccRecords.
-
- 25 Aug, 2015 1 commit
-
-
Amit Mahajan authored
-