summaryrefslogtreecommitdiffstats
path: root/telephony
Commit message (Collapse)AuthorAgeFilesLines
* am 23c7cef2: am 74a0eb36: Merge "Avoid unhandled page fault cases on Android ↵Nick Vaccaro2015-03-191-96/+318
|\ | | | | | | | | | | | | Wear" into lmp-mr1-modular-dev * commit '23c7cef2ca28bf3116611507457be953f45ca80b': Avoid unhandled page fault cases on Android Wear
| * am 74a0eb36: Merge "Avoid unhandled page fault cases on Android Wear" into ↵Nick Vaccaro2015-03-181-96/+318
| |\ | | | | | | | | | | | | | | | | | | lmp-mr1-modular-dev * commit '74a0eb360da012c5a13577a8af33f6b28b0fadf7': Avoid unhandled page fault cases on Android Wear
| | * Avoid unhandled page fault cases on Android WearNick Vaccaro2015-02-271-96/+318
| | | | | | | | | | | | | | | | | | | | | | | | | | | Telephony routines were dereferencing the null result of getITelephony() and getSubscriberInfo(), causing unhandled page faults at the hardware level. Bug: 18264818 Change-Id: I7d058aa881c7dac20051d6faea2a6d52be4bd74e
* | | Merge "Add methods to indicate accessibility support."Andrew Lee2015-03-172-5/+39
|\ \ \
| * | | Add methods to indicate accessibility support.Andrew Lee2015-03-112-5/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Namely, indicates whether Telephony supports TTY mode or hearing aid compatibility. Bug: 19372734 Change-Id: I08d8cc64169b170c1dc6fb0c713e888eeba30099
* | | | am "Update documentation of IImsConfig interface."Vinit Deshpande2015-03-151-24/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | merged from goog/mirror-m-wireless-internal-release 796d60b Update documentation of IImsConfig interface.
| * | | | Update documentation of IImsConfig interface.Etan Cohen2015-03-091-24/+4
| | | | | | | | | | | | | | | | | | | | Change-Id: Id176c131e0192a2ebb4dd73e902c2a893feebcdc
* | | | | am "IMS: Support for IMS Registration error codes"Vinit Deshpande2015-03-152-38/+26
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | merged from goog/mirror-m-wireless-internal-release b54d218 IMS: Support for IMS Registration error codes
| * | | | IMS: Support for IMS Registration error codesRekha Kumar2015-03-062-38/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add support for propagation of IMS Registration errors - Add reason type - operator specific - Add call drop reason type and error code CD-04 that specifies there was no qualified LTE network to handover to from a wifi call Change-Id: Ib9c93dfafe8d8fbdece3a5daf6fd13ef0c16f158
| * | | | am 025f0938: Merge "Changing usage of carrier name field of SubInfoRecord" ↵Sanket Padawe2015-02-261-1/+2
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | into lmp-mr1-dev * commit '025f0938544bae3262acc24e9c6031b6de88901d': Changing usage of carrier name field of SubInfoRecord
* | | | | am "Telephony: Implementation for IWLAN."Vinit Deshpande2015-03-152-2/+22
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | | | | | | | | | | merged from goog/mirror-m-wireless-internal-release bece926 Telephony: Implementation for IWLAN. Change-Id: I4d55b3452428ebf9fbcfc3ba3a75cefcb2aeb0cf
| * | | Telephony: Implementation for IWLAN.Yashdev Singh2015-02-262-2/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce new RAT as IWLAN. - Allow registration polling in airplane mode. - Allow non-default PDP activation for iwlan RAT. Implementation of iwlan and wwan coexistence. - A new callback event for unsol oem hook response to indicate if cellular and iwlan RAT co-exists. - If co-existence is possible then allow default PDP activation along with other PDPs. Change-Id: Icc6f8111ec3c86ec06e8facd5a5b60b4d5e08e78
* | | | Merge "Add methods for device telephony configs."Andrew Lee2015-03-062-1/+43
|\ \ \ \
| * | | | Add methods for device telephony configs.Andrew Lee2015-03-042-1/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + Expose method for whether DTMF length can be changed. + Expose method for whether the device is a world phone. Bug: 19372734 Change-Id: I542e87cab1924eb600fdce929f5227e36112964b
* | | | | Merge "Remove unused imports in frameworks/base."John Spurlock2015-03-028-16/+0
|\ \ \ \ \
| * | | | | Remove unused imports in frameworks/base.John Spurlock2015-02-288-16/+0
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I031443de83f93eb57a98863001826671b18f3b17
* | | | | | Remove PROPERTY_SIM_COUNT and "ro.telephony.sim.count"leozwang2015-03-021-5/+0
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | These two defines are not being used anywhere. Change-Id: Ie08468b8be18bf1860627e644bbd984bd1c899f4
* | | | | am 40aa30b3: am 654a473b: am 249f2c3a: am 025f0938: Merge "Changing usage of ↵Sanket Padawe2015-02-261-1/+2
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| | | | | | | | | | carrier name field of SubInfoRecord" into lmp-mr1-dev * commit '40aa30b3747fc62b14832682d2cc3117edd93b80': Changing usage of carrier name field of SubInfoRecord
| * | | am 654a473b: am 249f2c3a: am 025f0938: Merge "Changing usage of carrier name ↵Sanket Padawe2015-02-261-1/+2
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | field of SubInfoRecord" into lmp-mr1-dev * commit '654a473bfea9a4197868ae81091812505da8ca87': Changing usage of carrier name field of SubInfoRecord
| | * | Changing usage of carrier name field of SubInfoRecordSanket Padawe2015-02-241-1/+2
| | |/ | | | | | | | | | | | | Bug: 19476304 Change-Id: Ia16465584cf31858bbf1ae36cfdbf21184de10d7
* | | Add Sub-ID-from-phone-account converter method.Santos Cordon2015-02-192-1/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are several places in the code that currently attempt to parse the sub ID directly from the phone account which is undesireable. Before we can change from using the subID to using an ICC ID with the phone accounts, we need to create a conversion method so that no other components are parsing the sub ID out of the phone account directly. Change-Id: I74547fe0807da2fe13f3ff4422cd1d0a7a20d04c
* | | GpsLocationProvider: Read data enabled status from TelephonyManager. ↵Shishir Agrawal2015-02-111-2/+2
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | automerge: 64ce5f8 automerge: 6b27472 automerge: b7e04f3 * commit 'b7e04f3294d2ce60450fcc6881249b6b0c6c30b0': GpsLocationProvider: Read data enabled status from TelephonyManager.
| * | GpsLocationProvider: Read data enabled status from TelephonyManager. ↵Shishir Agrawal2015-02-111-2/+2
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | automerge: 64ce5f8 automerge: 6b27472 * commit '6b274720c5a210c07256e5b9fc11a1e9aca59017': GpsLocationProvider: Read data enabled status from TelephonyManager.
| | * GpsLocationProvider: Read data enabled status from TelephonyManager.Shishir Agrawal2015-02-101-2/+2
| | | | | | | | | | | | | | | Bug: 18814559 Change-Id: I0333050d2a5b8d484466e1b1914dcfb9965398c9
* | | am 0a4c2646: am 04db9797: Merge "Suppress phone number from logcat." into ↵Sanket Padawe2015-02-051-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | lmp-mr1-dev automerge: 4eed340 * commit '0a4c2646f4b72fdc78299dbb3dd86a7aecefff08': Suppress phone number from logcat.
| * | am 04db9797: Merge "Suppress phone number from logcat." into lmp-mr1-devSanket Padawe2015-02-051-1/+1
| |\ \ | | |/ | | | | | | | | | | | | | | | automerge: 4eed340 * commit '4eed340437d23a9b4fabf2881557325b863af23c': Suppress phone number from logcat.
| | * Suppress phone number from logcat.Sanket Padawe2015-02-051-1/+1
| | | | | | | | | | | | | | | Bug: 19251204 Change-Id: I042bc3c0a89967eeae547b059f06cf05de005b25
* | | Unhide and rename PhoneNumberUtils tts methodsBrian Attwell2015-02-051-13/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed ttsSpanAsPhoneNumber #1 -> getPhoneTtsSpannable Renamed ttsSpanAsPhoneNumber #2 -> addPhoneTtsSpan Added getPhoneTtsSpan Instead of removing the original hidden methods, I deprecated them. Since Telephony changes initially get checked into wireless-dev branch and dialer/contacts changes get checked into master branch, immediately deleting the ttsSpanAsPhoneNumber methods would break builds. In ContactsCommon, I plan on removing ContactDisplayUtils#getTelephoneTtsSpannable and instead using these Telephony APIs. Numbers I tested worked in ToT master talkback: 911, (650) 215 3111, 22222222222, 333-3333, 013334612234, +1 905 471 8484, 001 39 02 444 4444. The changes in this diff cause the numbers to be talked-back at least as well as before. Some context: go/question-about-telephonys-ttsspan Bug: 18777272 Change-Id: I3a6ead3ee9c030761bde903cf88f4aa4fc7a3460
* | | am 0cdd4560: am fabf0e0b: Merge "Fixing up the formatting code which is ↵Robert Greenwalt2015-02-021-3/+3
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | already merged" automerge: 21475c6 * commit '21475c6a92b893f5d078ba23f06f0be6edaaacbd':
| * | am 0cdd4560: am fabf0e0b: Merge "Fixing up the formatting code which is ↵Robert Greenwalt2015-02-021-3/+3
| |\ \ | | | | | | | | | | | | | | | | | | | | already merged" * commit '0cdd4560dac5784dda169863eb844d489bdc79d5':
| | * \ Fixing up the formatting code which is already mergedRobert Greenwalt2015-02-021-3/+7
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I just apply google coding guide like space. Uploading the same code about + handling just apply the Google Coding Guide. The previous code is "https://android-review.googlesource.com/#/c/122770/" This code is about + plus number converting logic for international NANP. Change-Id: I23e4709294c603b387b28b3c2a56c932d838c666
* | | \ \ am 712d5b3d: am 147b6a35: Merge "[DS] Correct the access method for ↵Stuart Scott2015-01-303-27/+462
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | telephony system property" into lmp-mr1-dev automerge: 2e233d3 * commit '2e233d30662d26846a42c298967842d2e8537653': [DS] Correct the access method for telephony system property
| * | | | am 712d5b3d: am 147b6a35: Merge "[DS] Correct the access method for ↵Stuart Scott2015-01-303-27/+462
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | telephony system property" into lmp-mr1-dev * commit '712d5b3d582dfe8f7fb855ba98704c98e9441836': [DS] Correct the access method for telephony system property
| | * | | Merge "[DS] Correct the access method for telephony system property" into ↵Stuart Scott2015-01-303-27/+462
| | |\ \ \ | | | | | | | | | | | | | | | | | | lmp-mr1-dev
| | | * | | [DS] Correct the access method for telephony system propertyLegler Wu2015-01-293-27/+462
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revise the method to access telephony system property. Add several PROPERTY_XXX_XXX_MSIM for MSIM type system properties. If caller use the old one, it will be dispatched to new one and get by default phone id. Ex. PROPERTY_ICC_OPERATOR_NUMERIC Bug: 18675498 Change-Id: I008a7390fefbbcd9f6569f059d48eedf1da28de0
* | | | | | am d492aa08: am 45446c63: Merge "Adding new API to ISms to check if default ↵Amit Mahajan2015-01-301-4/+8
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SMS SIM needs to be chosen by user." into lmp-mr1-dev automerge: ed1a463 * commit 'ed1a46393e50cb2954876ef19ca539829fdf4a19': Adding new API to ISms to check if default SMS SIM needs to be chosen by user.
| * | | | | am d492aa08: am 45446c63: Merge "Adding new API to ISms to check if default ↵Amit Mahajan2015-01-301-4/+8
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SMS SIM needs to be chosen by user." into lmp-mr1-dev * commit 'd492aa08206d21ba2e5ba533532630e5abe0bffe': Adding new API to ISms to check if default SMS SIM needs to be chosen by user.
| | * | | | Merge "Adding new API to ISms to check if default SMS SIM needs to be chosen ↵Amit Mahajan2015-01-301-4/+8
| | |\ \ \ \ | | | |/ / / | | |/| | | | | | | | | by user." into lmp-mr1-dev
| | | * | | Adding new API to ISms to check if default SMS SIM needs to be chosen byAmit Mahajan2015-01-281-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | user. Bug: 19112332 Change-Id: I7da30ebcebaf57f713acc6938626930dbc51d1f2
* | | | | | am 60e4edfb: am 5df10e18: Merge "Suppress logging to avoid showing phone ↵Sanket Padawe2015-01-291-1/+1
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | no." into lmp-mr1-dev automerge: f19485b * commit 'f19485b644b7ba7bda1f5c7a2279ca56c37923f0': Suppress logging to avoid showing phone no.
| * | | | | am 60e4edfb: am 5df10e18: Merge "Suppress logging to avoid showing phone ↵Sanket Padawe2015-01-291-1/+1
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | no." into lmp-mr1-dev * commit '60e4edfb94fd744001b4c7013a89ef4abb311f97': Suppress logging to avoid showing phone no.
| | * | | | Merge "Suppress logging to avoid showing phone no." into lmp-mr1-devSanket Padawe2015-01-291-1/+1
| | |\ \ \ \
| | | * | | | Suppress logging to avoid showing phone no.Sanket Padawe2015-01-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 19193581 Change-Id: I6ee17a2eab9d0ed84c931d6395a5aeb148177f95
* | | | | | | am 8d702000: Merge "Change getDeviceId to take phoneId." into lmp-mr1-dev ↵Stuart Scott2015-01-292-8/+4
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | automerge: f4e5236 automerge: cf8ae79 * commit 'cf8ae79ef28b8e25ab67638ee1c86abe6bf06c6b': Change getDeviceId to take phoneId.
| * | | | | | am 8d702000: Merge "Change getDeviceId to take phoneId." into lmp-mr1-dev ↵Stuart Scott2015-01-292-8/+4
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | automerge: f4e5236 * commit '8d702000a7291068e639a9954e03c36d66144449': Change getDeviceId to take phoneId.
| | * | | | | Merge "Change getDeviceId to take phoneId." into lmp-mr1-devStuart Scott2015-01-292-8/+4
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | Change getDeviceId to take phoneId.Stuart Scott2015-01-282-8/+4
| | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | bug:18827144 Change-Id: I32196f842504e63f4ddd45401e83e73afae81ad5
* | | | | | am 93487e28: Merge "Sprint: MMS cannot be sent in the UK" into lmp-mr1-dev ↵xinhe2015-01-281-1/+5
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | automerge: fc921d1 automerge: 5e51c21 * commit '5e51c21943a4e9c0096acbaee5f923e9e0297f25': Sprint: MMS cannot be sent in the UK
| * | | | | am 93487e28: Merge "Sprint: MMS cannot be sent in the UK" into lmp-mr1-dev ↵xinhe2015-01-281-1/+5
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | automerge: fc921d1 * commit '93487e286e6bfa434fb092c6276d96b40e5d62c4': Sprint: MMS cannot be sent in the UK
| | * | | | Sprint: MMS cannot be sent in the UKxinhe2015-01-281-1/+5
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is due to Sprint network at UK is actually GSM/UMTS. Thus we need GSM phone with CSIM to provide Nai too. Bug:18241756 Change-Id: Icec10c88834151f5e35e38db93af36d7f40890fd