summaryrefslogtreecommitdiffstats
path: root/telephony
Commit message (Collapse)AuthorAgeFilesLines
* am 33728557: am d95a02c2: Fix test breakage in Zaku. Modification to ↵Daisuke Miyakawa2009-10-291-4/+22
|\ | | | | | | | | | | | | | | | | PhoneNumberUtils included. Merge commit '33728557540d9033ff396f7a2ddd4fb304fdedcd' * commit '33728557540d9033ff396f7a2ddd4fb304fdedcd': Fix test breakage in Zaku. Modification to PhoneNumberUtils included.
| * Fix test breakage in Zaku. Modification to PhoneNumberUtils included.Daisuke Miyakawa2009-10-291-4/+22
| | | | | | | | | | | | Also add method String formatNumber(String source, int defaultFormattingType) with @hide tag. Internal Issue number: 2217362
* | am e6028e52: am 02d89898: am a2058e43: Merge change I11c3cdc7 into eclairWink Saville2009-10-281-1/+1
|\ \ | |/ | | | | | | | | | | Merge commit 'e6028e52c9b66957311d25b6e72a2f683c507a5e' * commit 'e6028e52c9b66957311d25b6e72a2f683c507a5e': Change default TIME_DELAYED_TO_RESTART_RADIO to 60secs from 20secs.
| * am a2058e43: Merge change I11c3cdc7 into eclairWink Saville2009-10-281-1/+1
| |\ | | | | | | | | | | | | | | | | | | Merge commit 'a2058e431736810503bc85fadec31a8e0bfcad95' into eclair-mr2 * commit 'a2058e431736810503bc85fadec31a8e0bfcad95': Change default TIME_DELAYED_TO_RESTART_RADIO to 60secs from 20secs.
| | * Change default TIME_DELAYED_TO_RESTART_RADIO to 60secs from 20secs.Wink Saville2009-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the simple fix for bug 2199271 which increases the timeout for DEACTIVATE thus allowing more time to complete before SETUP_DATA_CALL is retried. This should fix some occurrences of this bug as the current time is known to be too short. Bug: 2199271 Change-Id: I11c3cdc74678399de5f812133c83d687d0ed9937
* | | am e1cba3db: am 9fa7048c: am 6158038a: Merge change I2811f162 into eclairJaikumar Ganesh2009-10-283-5/+11
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit 'e1cba3dbad30286c5c3006e0b9c1226ef72ad8e4' * commit 'e1cba3dbad30286c5c3006e0b9c1226ef72ad8e4': Add Authentication Type field to the APN settings.
| * | am 6158038a: Merge change I2811f162 into eclairJaikumar Ganesh2009-10-283-5/+11
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit '6158038a09069bc178970160d4b3667573bfc655' into eclair-mr2 * commit '6158038a09069bc178970160d4b3667573bfc655': Add Authentication Type field to the APN settings.
| | * Merge change I2811f162 into eclairAndroid (Google) Code Review2009-10-263-5/+11
| | |\ | | | | | | | | | | | | | | | | * changes: Add Authentication Type field to the APN settings.
| | | * Add Authentication Type field to the APN settings.Jaikumar Ganesh2009-10-263-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use auth type to setup data connection. This value defaults to -1 (unset) to maintain compatibility. When the value is -1, the auth type gets set to 0 (if no user is specified) or 3. Bug: 181700
* | | | am 2c726389: am 45db67f2: Merge change I808651dc into eclair-mr2Wei Huang2009-10-231-4/+11
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit '2c726389fb4a6d3b9b3ab67063527b341079f9c4' * commit '2c726389fb4a6d3b9b3ab67063527b341079f9c4': bug #2180646: make comparing "404-04" and "40404" return true in PhoneNumberUtils.compare().
| * | | Merge change I808651dc into eclair-mr2Android (Google) Code Review2009-10-231-4/+11
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * changes: bug #2180646: make comparing "404-04" and "40404" return true in PhoneNumberUtils.compare().
| | * | | bug #2180646: make comparing "404-04" and "40404" return true in ↵Wei Huang2009-10-231-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PhoneNumberUtils.compare(). - when comparing two numbers whose dialable char length is less than the MIN_MATCH (7), treat them as equal if the dialable portion of the numbers match. - update unit test.
* | | | | am bee4b10a: am 171ad634: am 6c618c68: Merge change Ie7105dae into eclairTom Taylor2009-10-222-2/+4
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'bee4b10af2e772b2e5c7289b26286a5a33a300ae' * commit 'bee4b10af2e772b2e5c7289b26286a5a33a300ae': Handle bad SIM message
| * | | | am 6c618c68: Merge change Ie7105dae into eclairTom Taylor2009-10-222-2/+4
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | Merge commit '6c618c68f251e42210f7c2f45d69498352da87e0' into eclair-mr2 * commit '6c618c68f251e42210f7c2f45d69498352da87e0': Handle bad SIM message
| | * | | Merge change Ie7105dae into eclairAndroid (Google) Code Review2009-10-222-2/+4
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Handle bad SIM message
| | | * | | Handle bad SIM messageTom Taylor2009-10-222-2/+4
| | | | |/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When trying to view the saved sms messages on my SIM, I ran into a null ref. With this fix, we don't try and wrap a null message, but just skip it. This is part one of three fixes for BC-triaged bug 2205782. Change-Id: Ie7105dae7e3134b98681deabcc14f5db555902f3
* | | | | am 10d97d27: am f214dd9d: am f14da417: Merge change I3ff560d7 into eclairjsh2009-10-222-1/+2
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '10d97d27808abe6b89caae3cee8383bb3514ad08' * commit '10d97d27808abe6b89caae3cee8383bb3514ad08': Send "encoding problem" to the network for general errors during SMS dispatch.
| * | | | am f14da417: Merge change I3ff560d7 into eclairjsh2009-10-222-1/+2
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'f14da417f3cb1f80a62732238623bb83173255c0' into eclair-mr2 * commit 'f14da417f3cb1f80a62732238623bb83173255c0': Send "encoding problem" to the network for general errors during SMS dispatch.
| | * | | Send "encoding problem" to the network for general errors during SMS dispatch.jsh2009-10-212-1/+2
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously we were returning "other terminal problem" to the network, but this had the potential of blocking MT SMS messages for days at a time (eg, if the problematic message is resent). Sending the "encoding problem" cause code is reasonable since in most cases the we have encountered an error while trying to parse the message. Addresses b/2200412.
* | | | am 466c08ae: am 6183a3ed: am 076cb23a: Merge change I13dd02fc into eclairNaveen Kalla2009-10-222-45/+90
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit '466c08ae9889208b41a475ee8a8f8c2c6483ea8e' * commit '466c08ae9889208b41a475ee8a8f8c2c6483ea8e': telephony/cdma: Fix Erroneous Roaming Indicators and Latitude-Longitude parsing
| * | | am 076cb23a: Merge change I13dd02fc into eclairNaveen Kalla2009-10-222-45/+90
| |\ \ \ | | |/ / | | | / | | |/ | |/| | | | | | | Merge commit '076cb23a024f256817b5dc22830c3f9a9e0a44a7' into eclair-mr2 * commit '076cb23a024f256817b5dc22830c3f9a9e0a44a7': telephony/cdma: Fix Erroneous Roaming Indicators and Latitude-Longitude parsing
| | * telephony/cdma: Fix Erroneous Roaming Indicators and Latitude-Longitude parsingNaveen Kalla2009-10-212-45/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When Android Telephony receives response to GET_REGISTRATION_STATE message from RIL it may contain few fields set to NULL. Due to a parsing exception encountered while parsing that field, the remaining fields will not be parsed even if they are valid data. Ignore all fields that are NULL while letting it parse non-NULL data. For Latitude and Longitude, the values should not be hexadecimal. They shall be parsed as decimal values as specified in the 3GPP2 C.S0005-A specification. Invalid value is changed from -1 to Integer.MAX_VALUE. Bug: 2201613 Change-Id: I13dd02fcfa2ae7fcb6f21c4b94b830786bd7270c
* | | am 2fe12102: am 98a7c454: Merge change I66ff8af6 into eclair-mr2Robert Greenwalt2009-10-212-16/+8
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '2fe121025cd8f24a3652728effe86188a9d4b5fa' * commit '2fe121025cd8f24a3652728effe86188a9d4b5fa': Move calc of EriIconIndex/Mode to whenever basis changes
| * | Move calc of EriIconIndex/Mode to whenever basis changesRobert Greenwalt2009-10-212-16/+8
| | | | | | | | | | | | | | | | | | | | | | | | We need this info in the ServiceState, but rather than calcing it every time a ServiceState is requested, we can update the values whenever the constituents change. bug: 2182568
* | | am 60be8485: am 8785c064: Merge change Ie5df08ef into eclair-mr2Tammo Spalink2009-10-216-10/+45
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '60be84855435c2f354833a98e1bf6154cc45078c' * commit '60be84855435c2f354833a98e1bf6154cc45078c': Let PLUS occur once anywhere in dial-str network portion.
| * | Merge change Ie5df08ef into eclair-mr2Android (Google) Code Review2009-10-216-10/+45
| |\ \ | | |/ | |/| | | | | | | * changes: Let PLUS occur once anywhere in dial-str network portion.
| | * Let PLUS occur once anywhere in dial-str network portion.Tammo Spalink2009-10-216-10/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create a new extractNetworkPortion() function, since the old one is public, that does effectively the same thing but is more flexible as just mentioned. Addresses issue: http://buganizer/issue?id=2013998 Change-Id: Ie5df08ef9c871881e8728a44abf0385908000823
* | | am 2312b65d: am 6ef38fb4: am cea8f8e4: Merge change I4219797a into eclairjsh2009-10-202-0/+2
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '2312b65ddf3b9bff11fc31caef8d145faed106ea' * commit '2312b65ddf3b9bff11fc31caef8d145faed106ea': Log exception if we hit an error parsing an incoming SMS message.
| * | Log exception if we hit an error parsing an incoming SMS message.jsh2009-10-192-0/+2
| |/ | | | | | | | | This will help debug b/2197566. We should have been logging the error anyway.
* | am cd1b9912: am 13982956: am 2a39758e: Merge change I51d41230 into eclairjsh2009-10-151-1/+2
|\ \ | |/ | | | | | | | | | | Merge commit 'cd1b99125205aa7b773d9d2bcf344f1e88d2fcb1' * commit 'cd1b99125205aa7b773d9d2bcf344f1e88d2fcb1': Make sure CF icon updates when using "all CF" MMI.
| * Make sure CF icon updates when using "all CF" MMI.jsh2009-10-141-1/+2
| | | | | | | | Fixes b/2074739.
* | am 317d1c9e: am 770d5c4f: am 64d54042: Merge change I61c08260 into eclairRobert Greenwalt2009-10-131-1/+1
|\ \ | |/ | | | | | | | | | | Merge commit '317d1c9e975c729d399406ec697ce0c863826bb6' * commit '317d1c9e975c729d399406ec697ce0c863826bb6': Futher reduce the logging of EriManager.
| * Futher reduce the logging of EriManager.Robert Greenwalt2009-10-131-1/+1
| | | | | | | | | | | | There was another log statement that was poluting radio logs. bug: 2180891
* | am 715aba5a: am edb98812: am febb94cd: Make standard roaming indicator ↵Libin Tang2009-10-131-3/+13
|\ \ | |/ | | | | | | | | | | | | | | display indications configurable Merge commit '715aba5a7a9970cb4413041644f002823dfbd08b' * commit '715aba5a7a9970cb4413041644f002823dfbd08b': Make standard roaming indicator display indications configurable
| * Make standard roaming indicator display indications configurableLibin Tang2009-10-121-3/+13
| | | | | | | | | | | | | | | | Allow the ERI overlay file to specify the text for any built-in strings. Currently only the hard-coded strings are used for those. Bug: 2170881 Change-Id: I5d6169696a4558e62587585e17f908f823c54a2b
* | am e93f07c3: am 1cf6c2c3: am 6d02f3f3: Merge change I71f48a21 into eclairRobert Greenwalt2009-10-131-9/+9
|\ \ | |/ | | | | | | | | | | Merge commit 'e93f07c3f8148ae249292ef05d2da8ac65428950' * commit 'e93f07c3f8148ae249292ef05d2da8ac65428950': Reduce the amount of EriManager Logging.
| * Reduce the amount of EriManager Logging.Robert Greenwalt2009-10-121-9/+9
| | | | | | | | | | | | | | It was filling the radio log with noise. Added a VDBG set to false to preserve the logging but deactivate it. bug: 2180891
* | am a614b948: Merge branch \'eclair-plus-aosp\' of ↵David Krause2009-10-136-5/+68
|\ \ | |/ | | | | | | | | | | | | | | | | ssh://android-git.corp.google.com:29418/platform/frameworks/base into eclair-mr2-plus-aosp Merge commit 'a614b948e18189adfe8e2553754db574ecb3fd7a' * commit 'a614b948e18189adfe8e2553754db574ecb3fd7a': Make PhoneStateListeners not call TelephonyManager Setting WebCore cache limit depending on the memory class.
| * Make PhoneStateListeners not call TelephonyManagerRobert Greenwalt2009-10-096-5/+68
| | | | | | | | | | | | | | | | Since the StatusBarPolicy is run in the System Process and shouldn't therefore call into the Telephony process we decided to make sure all the needed info was passed along with the original notifications. bug: 2173053
* | am 7589ae77: am ef5aed64: am 5c8dba21: Merge change I61aac7b3 into eclairTammo Spalink2009-10-121-1/+1
|\ \ | |/ | | | | | | | | | | Merge commit '7589ae77224a28a2162cde74c3ae8b1d826c635c' * commit '7589ae77224a28a2162cde74c3ae8b1d826c635c': Add PERIOD char to CDMA address sugar list.
| * Add PERIOD char to CDMA address sugar list.Tammo Spalink2009-10-051-1/+1
| | | | | | | | | | Addresses issue: http://buganizer/issue?id=2164455
* | am dcd1fe5f: am 99510681: Unhide constant DATA_ACTIVITY_DORMANT.John Wang2009-10-121-1/+0
|\ \ | |/ | | | | | | | | | | Merge commit 'dcd1fe5fc8c51b977e80dc3d8856de7572728dcf' * commit 'dcd1fe5fc8c51b977e80dc3d8856de7572728dcf': Unhide constant DATA_ACTIVITY_DORMANT.
| * Unhide constant DATA_ACTIVITY_DORMANT.John Wang2009-10-011-1/+0
| |
* | Remove last vestiges of adb networking support.Elliott Hughes2009-10-022-18/+2
|/ | | | Bug: 1122968
* Update from API review.Dianne Hackborn2009-09-301-0/+4
| | | | Change-Id: I16b1c566f91167aac9615ac59dd297a154c828ea
* Revert setDataEnabled to setting a master switch.Robert Greenwalt2009-09-304-13/+42
| | | | | | | | This is independent of whether or not the ConnectivityManager wanted any particular APN on and allows us to track the two seperately - so when data is re-enabled we don't turn things on that CM wants off. bug: 2158290
* Telephony: Add a failure cause for CDMA call failures and renameNaveen Kalla2009-09-295-6/+13
| | | | | | | | | | RIL_REQUEST_CDMA_VALIDATE_AKEY to RIL_REQUEST_CDMA_VALIDATE_AND_WRITE_AKEY Add failure cause for CDMA call failures due to access blocked by the CDMA network. Rename RIL_REQUEST_CDMA_VALIDATE_AKEY to RIL_REQUEST_CDMA_VALIDATE_AND_WRITE_AKEY. This change needs to go in with the corresponding change in ril.h (1141)
* Fix the reporting of ActiveApnTypes on CDMARobert Greenwalt2009-09-292-13/+27
| | | | | | | Previous fix limiting what was reported active was too strict, leading to DISCONNECTED messages not being accepted (apn list was empty). bug: 2151520
* Merge change I49fbfc68 into eclairAndroid (Google) Code Review2009-09-291-0/+12
|\ | | | | | | | | * changes: Add PhoneNumberUtils.compare() method that uses a resource to determine strictness.
| * Add PhoneNumberUtils.compare() method that uses a resource to determine ↵Evan Millar2009-09-291-0/+12
| | | | | | | | | | | | strictness. Change-Id: I49fbfc683f7089f052671b567ad3e19203a568f0