summaryrefslogtreecommitdiffstats
path: root/telephony
Commit message (Expand)AuthorAgeFilesLines
* Merge "Throws IllegalArgumentException if the country code is null."Dmitri Plotnikov2010-07-281-2/+3
|\
| * Throws IllegalArgumentException if the country code is null.Bai Tao2010-07-281-2/+3
* | Added country based formatNumber methodsBai Tao2010-07-292-0/+110
|/
* Merge "Initial MockRilUnitTest."Wink Saville2010-07-264-0/+278
|\
| * Initial MockRilUnitTest.Wink Saville2010-07-264-0/+278
* | Add register methods in CallManager.John Wang2010-07-263-58/+296
|/
* am 1b05a79f: am 7cdd26ce: Merge "Enables writing to USIM phonebook (fixes iss...Jean-Baptiste Queru2010-07-233-2/+45
|\
| * am 7cdd26ce: Merge "Enables writing to USIM phonebook (fixes issue 8976)."Jean-Baptiste Queru2010-07-233-2/+45
| |\
| | * Merge "Enables writing to USIM phonebook (fixes issue 8976)."Jean-Baptiste Queru2010-07-233-2/+45
| | |\
| | | * Enables writing to USIM phonebook (fixes issue 8976).happydroid2010-07-203-2/+45
* | | | am 1cb7b2e9: am e7486695: Merge "Add missing logging for SET_TTY_MODE and QUE...Jean-Baptiste Queru2010-07-221-0/+5
|\ \ \ \ | |/ / /
| * | | am e7486695: Merge "Add missing logging for SET_TTY_MODE and QUERY_TTY_MODE"Jean-Baptiste Queru2010-07-221-0/+5
| |\ \ \ | | |/ /
| | * | Merge "Add missing logging for SET_TTY_MODE and QUERY_TTY_MODE"Jean-Baptiste Queru2010-07-221-0/+5
| | |\ \
| | | * | Add missing logging for SET_TTY_MODE and QUERY_TTY_MODENaveen Kalla2010-06-261-0/+5
* | | | | am 4ef923d8: am b42aa98d: Merge "Correct VM number updation during MBDN refre...Jean-Baptiste Queru2010-07-221-0/+7
|\ \ \ \ \ | |/ / / /
| * | | | am b42aa98d: Merge "Correct VM number updation during MBDN refresh."Jean-Baptiste Queru2010-07-221-0/+7
| |\ \ \ \ | | |/ / /
| | * | | Merge "Correct VM number updation during MBDN refresh."Jean-Baptiste Queru2010-07-221-0/+7
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Correct VM number updation during MBDN refresh.Naveen Kalla2010-06-281-0/+7
| | | |/
| | * | Merge "Makes PhoneNumberUtils support international numbers after a CLIR comm...Romain Guy2010-07-151-2/+33
| | |\ \
* | | | | Remove an unneeded and improper import.Robert Greenwalt2010-07-221-2/+0
* | | | | Add support for PSC of serving cell.jsh2010-07-202-3/+32
* | | | | Merge "Handle call list in CallManager."John Wang2010-07-191-62/+223
|\ \ \ \ \
| * | | | | Handle call list in CallManager.John Wang2010-07-191-62/+223
* | | | | | Merge "Fix emulator dns."Robert Greenwalt2010-07-161-10/+14
|\ \ \ \ \ \
| * | | | | | Fix emulator dns.Robert Greenwalt2010-07-161-10/+14
| |/ / / / /
* | | | | | am 4248d588: merge from open-source masterThe Android Open Source Project2010-07-161-2/+33
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | merge from open-source masterThe Android Open Source Project2010-07-161-2/+33
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Makes PhoneNumberUtils support international numbers after a CLIR command.Babis Triantafyllou2010-07-141-2/+33
* | | | | am d7da5164: merge from open-source masterThe Android Open Source Project2010-07-141-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | merge from open-source masterThe Android Open Source Project2010-07-141-0/+2
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge "Telephony: Process MT SMS with MTI set to 3"Jean-Baptiste Queru2010-07-131-0/+2
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Telephony: Process MT SMS with MTI set to 3Alex Yakavenka2010-05-261-0/+2
* | | | | Merge "Pass network properties to ConnectivityService."Robert Greenwalt2010-07-148-2/+108
|\ \ \ \ \
| * | | | | Pass network properties to ConnectivityService.Robert Greenwalt2010-07-138-2/+108
* | | | | | Merge "Revert to an uncompressed MccTable."Robert Greenwalt2010-07-132-495/+373
|\ \ \ \ \ \
| * | | | | | Revert to an uncompressed MccTable.Robert Greenwalt2010-07-132-495/+373
* | | | | | | am f079a659: merge from open-source masterThe Android Open Source Project2010-07-121-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | / / / / | | |/ / / / | |/| | | |
| * | | | | merge from open-source masterThe Android Open Source Project2010-07-121-1/+1
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge "Fix hang when error in SIM card communication"Jean-Baptiste Queru2010-07-121-1/+1
| | |\ \ \ \
| | | * | | | Fix hang when error in SIM card communicationStefan Larsson2010-06-281-1/+1
| | | | |_|/ | | | |/| |
| | * | | | Fix send/receive MMS while the phone's state isn't in IDLE and the Network ty...Kenny2010-07-081-1/+2
| | |/ / /
* | | | | am f3bfd841: am 98738272: Merge "Remove voice mail number verification for te...Xia Wang2010-07-081-1/+3
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | am 98738272: Merge "Remove voice mail number verification for testing on no-s...Xia Wang2010-07-071-1/+3
| |\ \ \
| | * | | Remove voice mail number verification for testing on no-sim deviceXia Wang2010-07-071-1/+3
| * | | | merge from froyo-plus-aospThe Android Open Source Project2010-06-213-2/+9
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | merge from open-source masterThe Android Open Source Project2010-06-141-1/+1
| | |\ \ \
| | | * \ \ Merge "Fix data type of RIL_UNSOL_RESPONSE_NEW_BROADCAST_SMS in RIL."Jean-Baptiste Queru2010-06-141-1/+1
| | | |\ \ \
| | | | * | | Fix data type of RIL_UNSOL_RESPONSE_NEW_BROADCAST_SMS in RIL.Henrik Hall2010-05-111-1/+1
| | * | | | | merge from open-source masterThe Android Open Source Project2010-06-142-1/+8
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Merge "Corrected SPN and PLMN name handling"Jean-Baptiste Queru2010-06-142-1/+8
| | | |\ \ \ \