summaryrefslogtreecommitdiffstats
path: root/telephony
Commit message (Collapse)AuthorAgeFilesLines
* am 3aecdb9d: merge from open-source masterThe Android Open Source Project2010-05-1820-119/+115
|\ | | | | | | | | | | | | | | Merge commit '3aecdb9d7e92b1a91860600feefb5c0062b652cf' into kraken * commit '3aecdb9d7e92b1a91860600feefb5c0062b652cf': fix build Fix some typos and other cosmetic cleanups in telephony framework.
| * merge from open-source masterThe Android Open Source Project2010-05-1820-119/+115
| |\ | | | | | | | | | Change-Id: Ib711450566694550d9cb9ba01c25599010d2e5e4
| | * fix buildJean-Baptiste Queru2010-05-181-2/+3
| | | | | | | | | | | | Change-Id: I86ee569ec81e6c690f7697237be7d94307014142
| | * Merge "Fix some typos and other cosmetic cleanups in telephony framework."Jean-Baptiste Queru2010-05-1820-121/+115
| | |\
| | | * Fix some typos and other cosmetic cleanups in telephony framework.Jake Hamby2010-05-1320-121/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix typos in Javadoc and comments. - Fix Javadoc @link references to other classes/methods. - Rename MISSING_UKNOWN_APN to MISSING_UNKNOWN_APN in DataConnection. - Remove unused (and misspelled) RETRYIES_* consts in RetryManager. Change-Id: I3b44ac8320d6c1e4c350be600c7ef266aaf735e4
* | | | am 5ccb8b8c: merge from open-source masterThe Android Open Source Project2010-05-183-38/+49
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '5ccb8b8c4d6eabcc984559ef9e71efdbb3de00d3' into kraken * commit '5ccb8b8c4d6eabcc984559ef9e71efdbb3de00d3': Fix updating and deleting FDN entries with an empty alpha identifier. Abort FDN delete when number is empty (instead of name)
| * | | merge from open-source masterThe Android Open Source Project2010-05-183-38/+49
| |\ \ \ | | |/ / | | | | | | | | Change-Id: Ib90da5365c873e542d79f036c32ec9b178cd8da0
| | * | Fix updating and deleting FDN entries with an empty alpha identifier.Jake Hamby2010-05-183-37/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix AdnRecord.buildAdnString() to generate the correct record when alpha identifier is empty. This allows the user to update an FDN entry to remove the alpha identifier. Previously the entire entry would be deleted because an empty record was generated here when the alpha identifier was empty, rather than a record containing the phone number with an empty alpha tag. Also, return null if the number or alpha tag are too long. - Fix bug in IccProvider.delete() where efType was compared against local FDN constant rather than IccConstants.EF_FDN. This would always return false. Comparing with IccConstants.EF_FDN gives the intended behavior. Change-Id: I0ea75d7e107c7318c9a48ae6e0a15845a718f4c0
| | * | Merge "Abort FDN delete when number is empty (instead of name)"Jean-Baptiste Queru2010-05-181-1/+1
| | |\ \
| | | * | Abort FDN delete when number is empty (instead of name)Mikael Danielsson2010-05-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed FDN delete to abort when number is empty rather than when name is empty 3GPP TS 31.102 (USIM application) v9.1.0 states in chapter 4.2.24 EFFDN (Fixed Dialling Number) that the Dialling Number field is mandatory whereas the Alpha Identifier is optional. The current implementation of the user interface for editing the fixed dialling list blocks creation and deletion list entries without a name (corresponding to the Alpha Identifier) but instead permits entries without a number. This is incompatible with the USIM specification and implementation. This contribution corrects the implementation in line with the USIM specification. Change-Id: I7e2ca06e20401b517d705fc45c8b873b5c21cc4c
* | | | | am 55b7d124: merge from open-source masterThe Android Open Source Project2010-05-141-1/+1
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '55b7d1243f15395a102971e8fdc57444638729ac' into kraken * commit '55b7d1243f15395a102971e8fdc57444638729ac': SetLocaleByCarrier, only if its not an unknown carrier.
| * | | | merge from open-source masterThe Android Open Source Project2010-05-141-1/+1
| |\ \ \ \ | | |/ / / | | | | | | | | | | Change-Id: I3e36061d7ba4b8a3962bf8391d663b861a4ede38
| | * | | Merge "SetLocaleByCarrier, only if its not an unknown carrier."Jean-Baptiste Queru2010-05-141-1/+1
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | SetLocaleByCarrier, only if its not an unknown carrier.Jey2010-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: Ia218b3622a23cc0fc1bb2c1606c832ecc561d5bf
* | | | | am b1110149: merge from open-source masterThe Android Open Source Project2010-05-132-1/+12
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'b1110149cccc3b99e59ead34ca46e5ac026f6db9' into kraken * commit 'b1110149cccc3b99e59ead34ca46e5ac026f6db9': Use integer for loop counter instead of float New test in FrameworkTest for the VelocityTracker class Preserve '+' in phone numbers imported from SIM.
| * | | | merge from open-source masterThe Android Open Source Project2010-05-132-1/+12
| |\ \ \ \ | | |/ / / | | | | | | | | | | Change-Id: I88a580162b34a80d1e3e7987b7a301c253afa0e8
| | * | | Merge "Preserve '+' in phone numbers imported from SIM."Jean-Baptiste Queru2010-05-131-1/+2
| | |\ \ \
| | | * | | Preserve '+' in phone numbers imported from SIM.Samuel Holmberg2010-05-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Contacts with phonenumbers beginning with '+' lose the '+' in the phonebook when imported from SIM. This was only noticable on ADN-records with unknown NPI-values which isn't very usual. Change-Id: I181249759ae3d4181dd3cf627c7a588394b80419
* | | | | | am 79090cb3: merge from open-source masterThe Android Open Source Project2010-05-121-23/+11
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '79090cb3da132d07cd3888ef9242df9872fb4aa1' into kraken * commit '79090cb3da132d07cd3888ef9242df9872fb4aa1': Change license for the UUS Information file. Remove ProximityAlerts Receiver when last ProximityAlert expires.
| * | | | | merge from open-source masterThe Android Open Source Project2010-05-121-23/+11
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | Change-Id: Ifb008642faddf6b83769cdaa5bd67d21591b9eaa
| | * | | | Change license for the UUS Information file.Naveen Kalla2010-05-121-23/+11
| | |/ / / | | | | | | | | | | | | | | | Change-Id: Idd77e9078354a46605142c2eb704823aaa7d560d
* | | | | am 4adacd23: merge from open-source masterThe Android Open Source Project2010-05-124-1/+16
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '4adacd23d4c91569b16fe50419f1a91f68d805bd' into kraken * commit '4adacd23d4c91569b16fe50419f1a91f68d805bd': Add support for EVDO Rev B
| * | | | merge from open-source masterThe Android Open Source Project2010-05-124-1/+16
| |\ \ \ \ | | |/ / / | | | | | | | | | | Change-Id: If6730b50627b2231bd345e594d8d30a37557849e
| | * | | Add support for EVDO Rev BNaveen Kalla2010-05-114-1/+16
| | | | | | | | | | | | | | | | | | | | Change-Id: I8588e8b342c51f4b79bced8ef8fe60d57f07aefa
* | | | | am ccfd99b1: merge from open-source masterThe Android Open Source Project2010-05-1213-12/+238
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'ccfd99b1e2a64c72ec433ebf5cf98d644ab24614' into kraken * commit 'ccfd99b1e2a64c72ec433ebf5cf98d644ab24614': Support for User to User Signaling (UUS)
| * | | | merge from open-source masterThe Android Open Source Project2010-05-1213-12/+238
| |\ \ \ \ | | |/ / / | | | | | | | | | | Change-Id: Ib092e6ae5151bbcdf56b9b3a7adbaee7bb5df8b5
| | * | | Support for User to User Signaling (UUS)Naveen Kalla2010-05-1113-8/+241
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enabling passing UUS information during MO and MT calls. Change-Id: I31621c0a9d3c0607d99d18c49bb6c593cadd0327
* | | | | am 7d952644: merge from open-source masterThe Android Open Source Project2010-05-125-6/+48
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '7d9526445c8631f347c7bf7d944e5bb1dc35b0b5' into kraken * commit '7d9526445c8631f347c7bf7d944e5bb1dc35b0b5': Support to display message when operation is blocked due to FDN being enabled
| * | | | merge from open-source masterThe Android Open Source Project2010-05-125-6/+48
| |\ \ \ \ | | |/ / / | | | | | | | | | | Change-Id: Ib5ea9745c2b652d64646e3e28c12e63815321ff9
| | * | | Merge "Support to display message when operation is blocked due to FDN being ↵Jean-Baptiste Queru2010-05-115-6/+48
| | |\ \ \ | | | | | | | | | | | | | | | | | | enabled"
| | | * | | Support to display message when operation is blocked due to FDN being enabledNaveen Kalla2010-05-115-6/+48
| | | | |/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The terminal disallows USSD, SMS, Voice Call and Supplementary services operations for numbers not in the Fixed Dialing Number (FDN) list when the FDN service is enabled. FDN_CHECK_FAILURE error is sent from the RIL and the message needs to be displayed to indicate the failure. Change-Id: I49bd63f69a3f0201125b17cd16db2e8fcf93ddc3
* | | | | am fb234bbe: merge from open-source masterThe Android Open Source Project2010-05-123-0/+7
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'fb234bbe5e7cbae42b4fc8f4ab353ba561599db2' into kraken * commit 'fb234bbe5e7cbae42b4fc8f4ab353ba561599db2': Notify user regarding invalid number during MO call. Build software AGL library with correct get_tls() macro for ARMv7 based platforms Fix glReadPixels() to verify that both x and y are non-negative.
| * | | | merge from open-source masterThe Android Open Source Project2010-05-123-0/+7
| |\ \ \ \ | | |/ / / | | | | | | | | | | Change-Id: I022d0781a232396e2b8a67a420ecf50e64b87d8c
| | * | | Merge "Notify user regarding invalid number during MO call."Jean-Baptiste Queru2010-05-113-0/+7
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Notify user regarding invalid number during MO call.Naveen Kalla2010-04-233-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When user dials an invalid number, network returns an error indicating "unobtainable number" (See the Table 10.5.123/3GPP TS 24.008 for the possible failure causes). Changes done to display message to indicate user that an invalid number has been dialed. Change-Id: I477d64bc3b59cc205396f911ff9630c640f619f3
* | | | | am f4dffd8a: merge from open-source masterThe Android Open Source Project2010-05-064-3/+353
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'f4dffd8a45386b5a5f0e6de4f30facc9eaac4001' into kraken * commit 'f4dffd8a45386b5a5f0e6de4f30facc9eaac4001': GpsLocationProvider: Store new Location before onGpsStatusChanged is sent Telephony: Add PUK MMI code support for CDMA RUIM phones Type Zero Sms should not be displayed/stored/notified.
| * | | | merge from open-source masterThe Android Open Source Project2010-05-064-3/+353
| |\ \ \ \ | | |/ / / | | | | | | | | | | Change-Id: I4c28751bd84b41259b12b0f3e3307e11234c8b64
| | * | | Merge "Telephony: Add PUK MMI code support for CDMA RUIM phones"Jean-Baptiste Queru2010-05-052-3/+338
| | |\ \ \
| | | * | | Telephony: Add PUK MMI code support for CDMA RUIM phonesNaveen Kalla2010-04-132-3/+338
| | | | | | | | | | | | | | | | | | | | | | | | Add support to unlock RUIM using PUK. PUK is entered using MMI codes.
| | * | | | Merge "Type Zero Sms should not be displayed/stored/notified."Jean-Baptiste Queru2010-05-052-0/+15
| | |\ \ \ \
| | | * | | | Type Zero Sms should not be displayed/stored/notified.Naveen Kalla2010-03-262-0/+15
| | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Type Zero messages indicated by TP_PID field set to value 0x40, should not be displayed/stored/notified. They should only be acknowledged.
* | | | | | am f7896449: merge from open-source masterThe Android Open Source Project2010-05-051-3/+6
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'f78964490d8098387d51444c87bf520ad3f674e2' into kraken * commit 'f78964490d8098387d51444c87bf520ad3f674e2': Add new keycodes for the convenience of Japanese IMEs Call register_localized_collators() with the current locale. Fixed deserialization problem in DatePicker. Fix for bug 2467152 files with spaces fail to open. Set alpha value for newly created dim surface. telephony: Fix CID when CID is unknown
| * | | | | merge from open-source masterThe Android Open Source Project2010-05-051-3/+6
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | Change-Id: Ia9e1f4e049f5870386ea29ddb6e3ef028ea918da
| | * | | | Merge "telephony: Fix CID when CID is unknown"Jean-Baptiste Queru2010-05-051-3/+6
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | telephony: Fix CID when CID is unknownNaveen Kalla2010-04-121-3/+6
| | | |/ / | | | | | | | | | | | | | | | | | | | | Unknown CID is indicated as 0xFFFFFFFF by ril. When telephony receives that value, set CID to UNKNOWN.
* | | | | Fix test in PhoneNumberUtilsUnitTest.java, combine it with ↵Xia Wang2010-04-303-66/+23
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PhoneNumberUtilsTest.java Rename CallerInfoUnitTest.java to CallerInfoTest.java and move to the corresponding directory bug: 2644009 Change-Id: I1ecc09312f404e00bbf30befffb1811efe578cc3
* | | | am 7b88af67: Merge "bug #2618035: applying Moto\'s patch to fix a ↵Wei Huang2010-04-221-1/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | email/shortcode parsing bug." into froyo Merge commit '7b88af679a9a3b5737343bb996ef392b76d19e73' into froyo-plus-aosp * commit '7b88af679a9a3b5737343bb996ef392b76d19e73': bug #2618035: applying Moto's patch to fix a email/shortcode parsing bug.
| * | | | bug #2618035: applying Moto's patch to fix a email/shortcode parsing bug.Wei Huang2010-04-221-1/+2
| | | | | | | | | | | | | | | | | | | | Change-Id: Ica1df6582533edf8d9a5825dbe510eeab4828309
* | | | | am 23c0b2eb: Merge "Add ILLEGAL_SIM_OR_ME error code." into froyoJohn Wang2010-04-212-0/+6
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '23c0b2eb5a610030ad5afe406987cb09c858ccfb' into froyo-plus-aosp * commit '23c0b2eb5a610030ad5afe406987cb09c858ccfb': Add ILLEGAL_SIM_OR_ME error code.
| * | | | Add ILLEGAL_SIM_OR_ME error code.John Wang2010-04-212-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is for bug 2571583 to provide better failure information of network operator selection. Network selection returns ILLEGAL_SIM_OR_ME when the failure is permanent and no retries needed, such as illegal SIM, ME, HRL config, etc. Change-Id: Iaf70bef64d3cbf35e4d9915418cbb5b78607f73e