- 15 Aug, 2015 1 commit
-
-
Junda Liu authored
Bug: b/22982966 Change-Id: I4ea1fe67f8554ed9ba9d76faab8883d147f9b4f3
-
- 12 Aug, 2015 1 commit
-
-
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 6 commits
-
-
Ji Yang authored
-
Ji Yang authored
Bug: 22773702 Change-Id: Ib126e79b0d1e2f9a9a44afe2b3f1895c150bd86b
-
Robert Greenwalt authored
-
Thierry Strudel authored
-
Sungmin Choi authored
In case of the following conditions, UI does not show preferred apn. 1. there are default and mms profile, respectively. 2. apns for default and mms are same. 3. mms profile is prior to default profile. To fix it, use apn id which contains default type when merging apns. Bug: 22641500 Change-Id: Ieec521f715f137aa7a827ee010390e3c47b35da1
-
Robert Greenwalt authored
This reverts commit f65485c9. bug:22632129 Change-Id: I531668bc0874c71c70773ceda071cf5a7f5c1121
-
- 28 Jul, 2015 1 commit
-
-
Robert Greenwalt authored
bug:22723423 Change-Id: I2e019732944e4738698db828cd4620963a5791dc
-
- 27 Jul, 2015 3 commits
-
-
Amit Mahajan authored
-
Amit Mahajan authored
Bug: 22761826 Change-Id: I947a82c15f0df50350886daceca8fa592b8bf589
-
Etan Cohen authored
-
- 25 Jul, 2015 1 commit
-
-
Robert Greenwalt authored
-
- 24 Jul, 2015 6 commits
-
-
Robert Greenwalt authored
Don't process executeRequest if the request has been released. A more comprehensive fix. bug:22632129 Change-Id: Iadc78af0310091b962c6e803526811a243938095
-
Amit Mahajan authored
-
Amit Mahajan authored
Bug: 22673185 Change-Id: Icdd972845660bab2b4b26e0c3fc3a174868dbb8b
-
Robert Greenwalt authored
-
Robert Greenwalt authored
This should be removed prior to shipment! The DctController is getting out of sync with the ApnContexts. Add a callback mechanism so the ApnContexts can let DctController know when they apply a change and then when all is quiet we can compare and verify everything is good. Potentially can fix the problem detected too (if there should be no live requests, nuke the ref counts) but currently turned off so people will notice problems (battery life) and file bugreports with the data of how it started. bug:22632129 Change-Id: I84a67687f0b6dc43b2e429943935f4045ffc51ed
-
Anju Mathapati authored
If there is no service in GSM/CDMA do not allow dial requests for non emergency CS voice calls. Bug: 22351845 Change-Id: I7f6f196ff7975442876cb734122defebaee9f7af
-
- 23 Jul, 2015 2 commits
-
-
Amit Mahajan authored
-
Amit Mahajan authored
This is to make sure we decide to use language settings from SIM (which is controlled by a carrier specific config) only after the mcc-mnc is known. Bug: 22255379 Change-Id: I1e0491e9ed01fa27bcb32d6f3708e091a0e25cb5
-