- 26 Aug, 2015 1 commit
-
-
Jack Yu authored
-
- 25 Aug, 2015 4 commits
-
-
Amit Mahajan authored
-
Amit Mahajan authored
Bug: 23531109 Change-Id: I3918eec522516d6c51fe344dbfa57c107ac5b74e
-
Jack Yu authored
The SPN information came too early before the subscription id is valid hence the SPN info was ignored by MobileSignalController. We need to send the SPN update intent again after subscription info is valid. bug: 23366812 Change-Id: I11ab185d2ffbd34a8d0f3d4096179aee13138f3f
-
Anthony Lee authored
Bug: 22907228 Change-Id: I8a9926f5374ad4dc15c993dcfcc039852acdfb0f
-
- 24 Aug, 2015 1 commit
-
-
Robert Greenwalt authored
-
- 21 Aug, 2015 1 commit
-
-
Robert Greenwalt authored
We had code in DcTracker to deal with this but the MR1-originating DcSwitchStateMachine interceeds. Exposing the switch so DSSM can access it and behave appropriately. bug:23069223 Change-Id: I7a674d3b662aa0a7eec5a54889a784a2b64d662c
-
- 20 Aug, 2015 1 commit
-
-
Nathan Harold authored
-
- 19 Aug, 2015 1 commit
-
-
Robert Greenwalt authored
ServiceStateTracker.getAllCellInfo may return null, but PhoneBase.privatizeCellInfoList may dereference that. Check for null rather than crash the phone. bug:23201508 Change-Id: I26fcfc015fa1a8d1ec13e34f3369d1848954c44e
-
- 18 Aug, 2015 2 commits
-
-
Nathan Harold authored
TelephonyManager.listen() registrants will no longer receive any events via PhoneStateListener from LISTEN_DATA_CONNECTION_REAL_TIME_INFO. bug: 22414044 bug: 23182647 Change-Id: If0ad88125a1e1334a3ebc86c9b03d89af6c3943c
-
Jonathan Basseri authored
resolveService() is allowed to return null, so check the return value before using it. Bug: 23041089 Change-Id: I75af183d551770048fa925676b9adfbd078e22ba
-
- 17 Aug, 2015 1 commit
-
-
Junda Liu authored
-
- 15 Aug, 2015 1 commit
-
-
Junda Liu authored
Bug: b/22982966 Change-Id: I4ea1fe67f8554ed9ba9d76faab8883d147f9b4f3
-
- 13 Aug, 2015 3 commits
-
-
Etan Cohen authored
-
Junda Liu authored
-
Junda Liu authored
Bug: b/23187758 Change-Id: Ie60893290665f0dc670571c6eccc07040cee1e37
-
- 12 Aug, 2015 2 commits
-
-
Moon Do Seo authored
Root cause: App(telephony service) would check voice and data reg state to make MO call. if both voice and data is out of service, Telephony service will block the call and pop up a dialogfor user. FW only check voice reg state without data. When user make a MO call while data in service, there is no failed notification at Telephony service layer while the call is rejected by FW layer. Bug: 23037591 Change-Id: I9762843326d71b801fa1a40b9832bcaea7fb7009
-
Jack Yu authored
-
- 11 Aug, 2015 2 commits
-
-
Jack Yu authored
The operator name was incorrectly overwritten when roaming on partner's LTE network. In that case, ERI roaming indicator is off, NID/SID is zero (because LTE does not support ERI/NID/SID). The original requirement for using the name from CSIM EF_SPN is for CDMA only (b/5008969), therefore we need to make sure the logic is not applied in the LTE case. bug: 22951507 Change-Id: I3595228e1a637f4bfd05e34cf9a702bb0e1bba59
-
Chris Manton authored
Some carriers require different APNs based upon the roaming state returned in a previous registration call. The carrier config has the option to override roaming state. This change saves the proper roaming state before the carrier config may override in order to select the proper APN when setting up a data connection. bug: 22990977 Change-Id: Id22a60efcbea9637018cc47e6d97f68eb053deb0
-
- 10 Aug, 2015 3 commits
-
-
Amit Mahajan authored
-
Amit Mahajan authored
-
Sukanya Rajkhowa authored
If APM is turned on while service state is OUT_OF_SERVICE and right when polling for VOICE_REGISTRATION_STATE is being handled, the service state change to APM is not notified to the registrants. Fix this by setting service state before flags for change in state are evaluated Bug: 22960426 Change-Id: I781344afe13120bc0fb8e6889c46b80f8a672db1
-
- 06 Aug, 2015 1 commit
-
-
Amit Mahajan authored
State will be entered on making emergency call, and ended either on emergency call end or emergency callback mode end if that is supported. This is only for CDMA. Bug: 22777920 Change-Id: I9cac544966b1b6be5410a40273d20e52cab8b396
-
- 05 Aug, 2015 2 commits
-
-
Makoto Onuki authored
-
Paul Jensen authored
-
- 04 Aug, 2015 3 commits
-
-
Etan Cohen authored
Change-Id: Ia9ecea8a2d0cae3bf122ab6a1c89779258b06cba
-
Etan Cohen authored
-
Etan Cohen authored
Bug: 22777920 Change-Id: I5f79c36a7e9b89f70b69b0cab098d8b0a288b1b9
-
- 03 Aug, 2015 2 commits
-
-
Makoto Onuki authored
Bug 22862050 Change-Id: I0cb90152b64508a173f51dd2b6dbaa79f4df8849
-
Rakesh Pallerla authored
When emergency call is dialled in CDMA mode, telephony disables data internally. Data is re enabled after call is ended if not in ECBM. If emergency mo call is dropped by network/modem before going to dialing state, the data is not re enabled. Fix this scenario by explicitly re enabling data. Bug: 22826595 Change-Id: I7a62d459dbd6ef6a833fe87e7d35e29311a515fe
-
- 31 Jul, 2015 1 commit
-
-
Paul Jensen authored
With this change: 1. NOT_RESTRICTED should be removed from NetworkRequests that bring up special restricted carrier networks (e.g. IMS, FOTA). 2. NetworkRequests without NOT_RESTRICTED require CONNECTIVITY_INTERNAL permission to register 3. Binding sockets to networks without NOT_RESTRICTED requires CONNECTIVITY_INTERNAL permission Bug:21637535 Change-Id: I5991d39facaa6b690e969fe15dcbeec52e918321
-
- 30 Jul, 2015 5 commits
-
-
Ian Pedowitz authored
-
Svetoslav Ganov authored
This reverts commit b872941b. Change-Id: Idcc5c7817ab405cec136884528238b51ef762273
-
Robert Greenwalt authored
-
Narayan Kamath authored
Introduce the notion of a fallback mapping to choose a fallback locale with the same language if an exact match is found. "en-CA" will fall back to "en-US" under this arrangement. If no fallback is specified, we continue to arbitrarily choose the first locale in the list where the language matches. Also, take the SIM records (EF-LI, EF-PL) into consideration when matching locales. If we can't find a match based on the sim language, we fall back to the "likely" language based on ICU data. bug: 22684963 Change-Id: I8259fd16fc45bbaf2632256cd6f29b46317a5e23
-
Robert Greenwalt authored
We had code that simply set the ApnContexts state to IDLE, but there was still a connection between ApnContext and DataConnection, so when looking for a DC, we'd skip this one (it's busy) and when the rety alarm fires we end up with a second DC attempting to connect to the same APN. bug:22410092 Change-Id: Id4ab6a4f1f08588e552e846a1986f93192a72568
-
- 29 Jul, 2015 3 commits
-
-
Ji Yang authored
-
Ji Yang authored
Bug: 22773702 Change-Id: Ib126e79b0d1e2f9a9a44afe2b3f1895c150bd86b
-
Robert Greenwalt authored
-