summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* DO NOT MERGE: Fix leak in SIM ready registrantsKazuhiro Ondo2011-09-091-1/+5
| | | | | | | | SIM Ready registrants was keep growing after air plane mode toggle or RIL recovery. Bug: 5222722 Change-Id: Iac9fcb86f96f9e42440e641cd94736fed6f45813
* Merge "Delay connectivity change notifications." into honeycomb-LTEWink Saville2011-08-042-9/+76
|\
| * Delay connectivity change notifications.Wink Saville2011-08-042-9/+76
| | | | | | | | | | | | | | | | | | | | Because changes to the route tables take time to propagate we add a delay when sending out change notifications. This allows applications, such as GTalk, to create sockets without encountering a 3 minute timeout. Bug: 5008488 Change-Id: I0eefb03a5d6358a58ea6ae5b4f697ff302b5511d
* | Cherry-pick DeviceMotionService CL from master [do not merge]Steve Block2011-08-042-0/+7
|/ | | | | | | | | In DeviceMotionService, handle the fact that we may receive updates from SensorManager after unregistering. cherry-pick of Change: d09001fea476ca6c6eaff5e29a1bb6f3aebe5bd5 Bug: 5110230 Change-Id: Id1d1f51b445ce4a14bfcdfad8f173922e01b6563
* Merge "Fix NPE when going from proxy to no proxy." into honeycomb-LTERobert Greenwalt2011-07-291-1/+1
|\
| * Fix NPE when going from proxy to no proxy.Robert Greenwalt2011-07-291-1/+1
| | | | | | | | | | bug:5081431 Change-Id: I68a8cca94e4612bd9ee2faf1123e0b63dc25b833
* | Make copy-constructor make deep copy.Robert Greenwalt2011-07-281-3/+3
|/ | | | | | | | Used to grab immutables but now will copy the data so the result is mutable and we don't get crashes. bug:5051667 Change-Id: I0878bf8c58069055f528121541d1911f404cbe49
* Merge "Support of LTE Only mode" into honeycomb-LTEWink Saville2011-07-271-0/+20
|\
| * Support of LTE Only modeRamesh Sudini2011-07-271-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | In CDMA-LTE hybrid mode, the service state is derived based on CDMA state. However, CDMA radio is off while in LTE only mode so thre will be no signal bar or data type icon displayed on the status UI. This patch handles LTE only mode scenario. The service state is derived from LTE if CDMA is OOS and LTE only mode is used. Bug: 5070240 Change-Id: Ie55daaf9eea1b16ca73312ebab208810b145d2bc
* | DataConnection: Clear cid when entering inactive state.Ramesh Sudini2011-07-271-0/+1
|/ | | | | | Bug: 5083242 Change-Id: I0657739da54bc424433063a2244d045e47411e5f
* Merge "Use dns proxy a bit." into honeycomb-LTERobert Greenwalt2011-07-264-0/+105
|\
| * Use dns proxy a bit.Robert Greenwalt2011-07-254-0/+105
| | | | | | | | | | | | | | | | Sets the current default interface and sets the dns per interface. port of changes 23041 and 22098 from opensource. bug:5060618 Change-Id: I80e7ef88727eeb8ff2b48059f69b270e5a6b5c16
* | Disable name lookups for dumpstate calls to "iptables -L"John Michelau2011-07-251-2/+2
| | | | | | | | | | | | | | The name lookups are not helpful enough to warrant the large delays they can cause. Change-Id: I8710e76b15b7cf060b7f4f89128ea3249fcdbd0d
* | Filter out addresses that are 0.Wink Saville2011-07-251-15/+22
| | | | | | | | | | | | | | | | If the address is "any" address, i.e. an address which is all zeros for both IPv4 and IPv6 ignore it. Bug: 5073048 Change-Id: I8b9f64103aaffd001114a672375ff5f99616c327
* | Merge "Configure RAT dependent retry pattern in GSM DCT." into honeycomb-LTEWink Saville2011-07-243-15/+47
|\ \
| * | Configure RAT dependent retry pattern in GSM DCT.Kazuhiro Ondo2011-07-233-15/+47
| | | | | | | | | | | | | | | | | | | | | | | | In case GSM DCT is used with EHRPD, retry pattern should follow the ones for CDMA. Bug: 5058426 Change-Id: Id9badc9ac14fb20ac62c1746061f056fa2f9ed1b
* | | Allow suggestedRetryTime to indicate no retry is needed.Kazuhiro Ondo2011-07-242-1/+7
|/ / | | | | | | | | | | | | | | If suggestedRetryTime is 0x7fffffff then no retry is needed and the framework should not initiate a retry. Bug: 4949208 Change-Id: I3756ef6a3e93beec4ee95863cbc111b9952e5e06
* | Merge "DO NOT MERGE AccessibilityInjectorTest did not restore the default ↵Svetoslav Ganov2011-07-221-3/+3
|\ \ | | | | | | | | | key binsings." into honeycomb-LTE
| * | DO NOT MERGE AccessibilityInjectorTest did not restore the default key binsings.Svetoslav Ganov2011-07-211-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CHERRY PICK FROM MASTER 1. AccessibilityInjectorTest changes the key bindings and when done restores the defatult ones. The restoreation was not working. bug:4905620 Change-Id: I812bad0b748637ded0ce69ace12517511f62f726
* | | Add better routes for secondary DNSRobert Greenwalt2011-07-222-32/+58
|/ / | | | | | | | | | | | | | | | | We'd been doing no-gateway hostroutes for dns servers on secondary nets, but on some devices (multi-homed stingray) this is a problem. Add gateway-ed hostroutes instead so the BP can do it's nonstandard "magical" demultiplexing. bug:5011392 Change-Id: Ia48f69c8ddf2a37cfb8f014f078f96bf601d2ddb
* | Display CSIM SPN only if camping SID/NID matches CSIM CDMAHOMEKazuhiro Ondo2011-07-212-8/+35
|/ | | | | | | | Fix to resolve conflicting ERI and CSIM SPN. CSIM SPN should be only used when camping SID/NID is listed in CDMAHOME record. Bug: 5057486 Change-Id: I6c5961bb53cc6257237fa5a93a0acd067b12d009
* Merge "Fix FeatureUser leak in ConnectivityService" into honeycomb-LTEWink Saville2011-07-191-15/+37
|\
| * Fix FeatureUser leak in ConnectivityServiceKazuhiro Ondo2011-07-191-15/+37
| | | | | | | | | | | | | | | | | | | | | | | | In case infinite restoral timer is used for a network feature, FeatureUser could be keep added but never released if a user is keep calling "startUsingNetworkFeature". This patch will add duplication check when adding a FeatureUser into the list in case infinite restoral timer is used. Bug: 5043513 Change-Id: I47e7076e217f201454fae33ce596ecdc63cf7908
* | Return IMEI SV if CDMA-LTE mode is usedKazuhiro Ondo2011-07-191-0/+5
|/ | | | | | | | IMEI and IMEI SV should be available in CDMA-LTE hybrid system. IMS SV value is not yet returned. Bug: 5042972 Change-Id: I733825e95f802605e06887951e226d26baea8ff2
* Add LteOnCdmaDevice system property.Wink Saville2011-07-182-13/+27
| | | | | | | Provide a system property which may be optionally set at build time. Change-Id: I253ff0df7c8f8c5627c775fb0cff2cb831157eed
* Small fix to 5008973 fix.Robert Greenwalt2011-07-151-7/+7
| | | | | | | | | Removed redundent log. Cleaned some logic. Will try to modify route even if recursive operation had an error. bug: 5008973 Change-Id: Ie2ca51cc39cfac027a8a2e2eaddcb7d6c378c4da
* Apply the dns and route diff which we get a changeRobert Greenwalt2011-07-146-181/+223
| | | | | bug:5008973 Change-Id: Ib99e43d9d852452cc1f2aea6bef07bbd194f28cc
* Merge "Show SIM blocked after 10 time puk wrong entries." into honeycomb-LTEJohn Wang2011-07-141-4/+12
|\
| * Show SIM blocked after 10 time puk wrong entries.John Wang2011-07-141-4/+12
| | | | | | | | | | | | | | | | | | After user enters 10 time wrong puk in puk unlock screen, device need show the SIM permanently disabled message is in lock screen. bug:4905509 Change-Id: I06242834972b3f403cfe99a2edd8bae47d7ed474
* | Merge "Remove STOPSHIP but allow seamless Handoff when possible." into ↵Wink Saville2011-07-136-148/+291
|\ \ | | | | | | | | | honeycomb-LTE
| * | Remove STOPSHIP but allow seamless Handoff when possible.Wink Saville2011-07-136-148/+291
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If an address is removed we must reset the connection but only for the connections associated with that address. For now we're doing the "all" addresses for a type (IPv6 or IPv4) in the future we only need to reset a particular addresses connections. Bug: 4981919 Change-Id: I97f8071a3ed6f827ed22f32216ca5011bfe6c1d9
* | | Merge "Add getImei() to Phone interface." into honeycomb-LTEJohn Wang2011-07-136-0/+31
|\ \ \ | |/ / |/| |
| * | Add getImei() to Phone interface.John Wang2011-07-116-0/+31
| |/ | | | | | | | | | | | | | | Need IMEI to be displayed in LTE Settings. Since getDeviceId() returns MEID for LTE device, getImei() is added to return IMEI for all devices. getImei returns null if not set (as SipPhone). bug:4983512 Change-Id: Idfe2ec8de514f330248db7a9de7e241f9a38cb96
* | am e32c49ab: docs: de-new sidenavsScott Main2011-07-112-10/+5
|\ \ | | | | | | | | | | | | * commit 'e32c49ab2c5d6b347b39635a0202d7dbdc1f0769': docs: de-new sidenavs
| * | docs: de-new sidenavsScott Main2011-07-112-10/+5
| | | | | | | | | | | | Change-Id: I2aaafe763e4b006059222677e563963d3284d314
* | | am 10a36020: cherrypick from hc-mr1 Change-Id: ↵Robert Ly2011-07-113-14/+62
|\ \ \ | |/ / | | | | | | | | | | | | | | | Ib0d980c95d821ba24e342f230b4a47fd786ba66a * commit '10a36020e3d37ef088f5f7ed6d64ba35847fc069': cherrypick from hc-mr1 Change-Id: Ib0d980c95d821ba24e342f230b4a47fd786ba66a
| * | cherrypick from hc-mr1 Change-Id: Ib0d980c95d821ba24e342f230b4a47fd786ba66aRobert Ly2011-07-113-14/+62
| | | | | | | | | | | | Change-Id: I4cb22b628978c86b5c07ff80b2fe8547e25015a1
* | | am d3fa7bd1: docs: fix date on opengl dashboardScott Main2011-07-111-1/+1
|\ \ \ | |/ / | | | | | | | | | * commit 'd3fa7bd1e873d885f00b11bb8123284357ccd362': docs: fix date on opengl dashboard
| * | docs: fix date on opengl dashboardScott Main2011-07-111-1/+1
| | | | | | | | | | | | Change-Id: I0d4443664fb61466de441c1be702a351fbf28ac1
* | | am d292d2a0: Merge 36a3a392 from mr1.Xavier Ducrohet2011-07-111-0/+60
|\ \ \ | |/ / | | / | |/ |/| * commit 'd292d2a03134eaca8b51b6313610b4b78de53c83': Merge 36a3a392 from mr1.
| * Merge 36a3a392 from mr1.Xavier Ducrohet2011-07-111-0/+60
| | | | | | | | | | | | Protect against OOB index in BridgeTypedArray. Change-Id: I40be1e039f9eb36c182b6522bd50d6ed98e15b5c
* | Merge "VpnService: stop VPN when unknown DNS servers show up." into ↵Chia-chi Yeh2011-07-111-8/+10
|\ \ | | | | | | | | | honeycomb-LTE
| * | VpnService: stop VPN when unknown DNS servers show up.Chia-chi Yeh2011-07-081-8/+10
| | | | | | | | | | | | | | | Bug: 5002601 Change-Id: I5459db009e7391ff874623cb1830065ac75c80ed
* | | Merge "Add a property so that CSIM provision check can be bypassed" into ↵Wink Saville2011-07-102-0/+14
|\ \ \ | | | | | | | | | | | | honeycomb-LTE
| * | | Add a property so that CSIM provision check can be bypassedKazuhiro Ondo2011-07-102-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To support test environment where a call box is used with non-provisioned SIM. Bug: 5010622 Change-Id: I0dd2d3c2d199f600e5979c865f97b41e2fbb706d
* | | | Fix incorrect ERI banner formatKazuhiro Ondo2011-07-101-38/+12
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | Fix conflicting display issue with ERI and CSIM SPN test. Do not display them together but only override ERI text with CSIM SPN in home area. Bug: 5008969 Change-Id: I88383acd1c7f4c5bfb1f66349ff2f37b2edbbc9c
* | | Concurrent multi-PDP support in TrafficStatsKazuhiro Ondo2011-07-101-17/+34
|/ / | | | | | | | | | | | | | | Quick fix to enable concurrent multiple PDP support in TrafficStats. Just updated the list of hard-coded mobile interfaces for now. Bug: 4553527 Change-Id: I44ce73f3000542d6457f353bb561a2275684af6b
* | am 3f3b8cbf: Merge "cherrypick from hc-mr1 Change-Id: ↵Robert Ly2011-07-082-2/+2
|\ \ | |/ | | | | | | | | | | Ia772e822a703f4b68c76d8c38902ba12faae8052" into honeycomb-mr2 * commit '3f3b8cbfa775f2ebff985c069300f8daaeb7a84c': cherrypick from hc-mr1 Change-Id: Ia772e822a703f4b68c76d8c38902ba12faae8052
| * Merge "cherrypick from hc-mr1 Change-Id: ↵Robert Ly2011-07-082-2/+2
| |\ | | | | | | | | | Ia772e822a703f4b68c76d8c38902ba12faae8052" into honeycomb-mr2
| | * cherrypick from hc-mr1 Change-Id: Ia772e822a703f4b68c76d8c38902ba12faae8052Robert Ly2011-07-062-2/+2
| | | | | | | | | | | | Change-Id: I57ea8e2ace24a777603513340302265138711590