summaryrefslogtreecommitdiffstats
path: root/telephony/java/android
Commit message (Collapse)AuthorAgeFilesLines
* Protecting against NPE with null country detector.Santos Cordon2013-08-271-1/+1
| | | | | bug:10514454 Change-Id: I316c47eddbe4929599866a3f9da9129d0056e3e2
* am 7334d25e: am 34fb4eae: Merge "Fix misspelling of getLteSignalStrenght."Wink Saville2013-06-212-2/+2
|\ | | | | | | | | * commit '7334d25e79d733b419aacfd706aad762f823f2f9': Fix misspelling of getLteSignalStrenght.
| * am 34fb4eae: Merge "Fix misspelling of getLteSignalStrenght."Wink Saville2013-06-212-2/+2
| |\ | | | | | | | | | | | | * commit '34fb4eae36bc926886149718672809a1ad43be97': Fix misspelling of getLteSignalStrenght.
| | * Fix misspelling of getLteSignalStrenght.Wink Saville2013-06-212-2/+2
| | | | | | | | | | | | | | | | | | Change to getLteSignalStrength. Change-Id: Ie2acec9e01af0e64a61902383f06729a7cee1975
* | | am 7f081794: am c80e3d43: TelephonyManager.listen can have notifyNow always ↵Wink Saville2013-06-191-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | true. * commit '7f081794074c1356ba347b802729adf36f06ad19': TelephonyManager.listen can have notifyNow always true.
| * | | TelephonyManager.listen can have notifyNow always true.Wink Saville2013-06-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since telepony.registry is a real system service notifyNow parameter doesn't need to be conditional as telephony.registery will never go away. This is different from most of the other TelephonyManager methods which are used to invoke methods on the phone service which implements ITelephony and is implemented by PhoneInterfaceManager in the phone application. Since the phone app is not a system service it can and does go away when it crashes. Bug: 9393863 Change-Id: I1a8afc12b0e139e72f05820e49f3d996aec2b52a
* | | | am aafed1df: add link to required permission from ACTION_RESPOND_VIA_MESSAGEScott Main2013-06-041-3/+3
|\ \ \ \ | |/ / / | | / / | |/ / |/| | * commit 'aafed1df0404e2fb64c1adeb127dc7f300a2c07b': add link to required permission from ACTION_RESPOND_VIA_MESSAGE
| * | add link to required permission from ACTION_RESPOND_VIA_MESSAGEScott Main2013-06-041-3/+3
| | | | | | | | | | | | Change-Id: Iafa9c72c9bbd8258c7f961f7ab8ad78c96b61e54
* | | am 39136d39: Merge "Fixing crash in PhoneNumberUtils getNumberFromIntent"Wink Saville2013-06-011-0/+5
|\ \ \ | |/ / |/| / | |/ | | * commit '39136d391ab04e93fd0a01b760e57b6ea079cf4c': Fixing crash in PhoneNumberUtils getNumberFromIntent
| * Fixing crash in PhoneNumberUtils getNumberFromIntentMagnus Karlsson2013-05-021-0/+5
| | | | | | | | | | | | | | Handling intent with no data when trying to retrieve number from intent. Change-Id: If7c5930e7048aec732fb7a3fbeb3391e1408b071
* | Enhance TelephonyManger javadocs.Wink Saville2013-04-251-12/+34
| | | | | | | | | | Bug: 856818 Change-Id: Idd30361f57b0f6627132a25e5b9520f30fce548c
* | Add CellInfoWcdma and related classes.Wink Saville2013-04-178-42/+620
| | | | | | | | | | | | | | Update javadoc's to define invalid values are Integer.MAX_VALUE. Bug: 8622081 Change-Id: I513a67d4b46b72f03e0c3360abcc0ad5222c1c13
* | Update function comment for getAllCellInfoWink Saville2013-04-091-1/+2
| | | | | | | | | | Bug: 8235566 Change-Id: Iae9b11480605d5302ee45601d1357fc07f9bd3e1
* | Add FW support for CellInfo RIL commands.Wink Saville2013-04-088-17/+40
| | | | | | | | | | Bug: 8235566 Change-Id: I7ad7dabc4b6c38bfba4461b08e6e30d0eb9efea1
* | Fix SignalStrength response.Wink Saville2013-04-081-0/+27
| | | | | | | | | | | | | | | | Add makeSignalStrengthFromRilParcel for use by RIL responseRilSignalStrength. Bug: 8561333 Change-Id: Ie6eb3b0335e8d7ea114ec70b3fb72e917094632e
* | make new API to retrieve group identifier level1Sungmin Choi2013-03-271-0/+18
| | | | | | | | | | | | | | | | | | | | For mvno, user can add or edit mvno data field. To pre-provide the mvno data of the edited apn when the user selects one of the mvno types, need to support IMSI, SPN, and GID1 data. To support GID1, make API to retrieve group identifier level1. bug:6445254 Change-Id: I1bc280054cc7cd37e78a279866cefd62872a19fb
* | Turn off debug in CellInfoLte.Wink Saville2013-02-121-1/+1
| | | | | | | | Change-Id: Icf3ea5dad9eef71f644de2292db0b0d3960ced9d
* | Fixing up doc links.Santos Cordon2013-02-041-2/+2
| | | | | | | | Change-Id: Id0e7f5007ce04fa714e3c1f21914b750b59aed3c
* | Merge "Sort out permission around "instant text response""Santos Cordon2013-02-041-0/+22
|\ \
| * | Sort out permission around "instant text response"Daisuke Miyakawa2012-12-061-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove SEND_SMS_NO_CONFIRMATION - Add SEND_RESPOND_VIA_MESSAGE Permission This permission is held by the phone and applications that want to handle respond-via-message should require this permission of the sender. This permission is signature/system and currently only held by the Phone app. Bug: 5108429 Change-Id: Ib611368d488de2f8e1e853f550eb2c654305eda4
* | | App ops: vibration, neighboring cells, dialing, etc.Dianne Hackborn2013-02-011-15/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve handling of vibration op, so that apps are better blamed (there is now a hidden vibrator API that supplies the app to blame, and the system now uses this when vibrating on behalf of an app). Add operation for retrieving neighboring cell information. Add a new op for calling a phone number. This required plumbing information about the launching package name through the activity manager, which required changing the internal startActivity class, which required hitting a ton of code that uses those internal APIs. Change-Id: I3f8015634fdb296558f07fe654fb8d53e5c94d07
* | | am 24dbdc7d: am 23d85a91: am d84d289f: Merge "Telephony: Consider EVDO ecio ↵Wink Saville2013-01-231-1/+1
|\ \ \ | | |/ | |/| | | | | | | | | | | | | zero value as valid." * commit '24dbdc7d0e1e20b5c598561e7f5ed9c4dd335b7b': Telephony: Consider EVDO ecio zero value as valid.
| * | Merge "Telephony: Consider EVDO ecio zero value as valid."Wink Saville2013-01-231-1/+1
| |\ \
| | * | Telephony: Consider EVDO ecio zero value as valid.Banavathu, Srinivas Naik2012-10-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When mEvdoEcio receives 0 getEvdoEcio returns -1. Ecio valid values are positive integers, to fix this consider EVDO ecio zero value as valid. Change-Id: Ice8415150e7502c7f39e1a4135d35ea2bec1eb1f CRs-Fixed: 402159
* | | | am c6e41cf2: am 28a7a059: am 881d5387: Merge "frameworks/base: Support for ↵Wink Saville2013-01-031-0/+2
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | | | | | | LTE network modes" * commit 'c6e41cf2680773b02a7d8caacb6047ed31d6c260': frameworks/base: Support for LTE network modes
| * | frameworks/base: Support for LTE network modesUma Maheswari Ramalingam2013-01-021-0/+2
| | | | | | | | | | | | Change-Id: I93c102f92ff2d10856d91108bb50fe5c0f06ad66
| * | Use RlogWink Saville2012-12-0814-38/+38
| | | | | | | | | | | | Change-Id: I44919126606cd55f7dce7c942027ed0d914f04bd
| * | Add Rlog.javaWink Saville2012-12-061-0/+94
| | | | | | | | | | | | | | | | | | | | | Rlog is like Log except that the destination buffer is the radio buffer instead of the main buffer. Change-Id: Ib4ce47abfda31dfc0b9193b10f8f42b225275f61
* | | Use Rlog instead of LogWink Saville2012-11-2715-45/+139
| | | | | | | | | | | | Change-Id: I2332f4210ead8a6d751fc9c0505db25033641da2
* | | Separate voice and data radio technology/network type & registration state.Wink Saville2012-11-162-35/+196
| | | | | | | | | | | | Change-Id: Ic9622e3fd637751b427c1627bbdf4d142acbc66e
* | | Revert "Separate voice and data radio technology/network type & registration ↵Wink Saville2012-11-152-191/+35
| | | | | | | | | | | | | | | | | | | | | | | | state." This reverts commit b690ac3b27d9b782a23a5f9a82bb3421e88716e3 Change-Id: I006ab1fb9c7fb8da64e2c481a2b6f0cb137deba4
* | | Separate voice and data radio technology/network type & registration state.Wink Saville2012-11-142-35/+191
|/ / | | | | | | Change-Id: I2802eb5c5833e3b81891da82b71acc51ca5af81f
* | am 768d9e1a: Merge "Correct executable bit for source files"Kenny Root2012-11-071-0/+0
|\ \ | | | | | | | | | | | | * commit '768d9e1a72ceee7d4a5f608776b87b62d6ce4a04': Correct executable bit for source files
| * | Correct executable bit for source filesKenny Root2012-11-072-0/+0
| |/ | | | | | | | | | | | | | | | | Many media files and source code files were marked as executable in Git. Remove those. Also a shell script and python script were not marked as executable. Change-Id: Ieb51bafb46c895a21d2e83696f5a901ba752b2c5
* | Merge "Refactor Cell Location public API." into jb-mr1-devWink Saville2012-09-2312-226/+39
|\ \
| * | Refactor Cell Location public API.Wink Saville2012-09-2112-226/+39
| | | | | | | | | | | | | | | Bug: 7189651 Change-Id: I173412095a5f7ae6116ee65b5315782f1c0c7688
* | | Suppress location information for non-active users.Wink Saville2012-09-201-0/+1
|/ / | | | | | | | | | | | | | | Specifically, don't allow call backs for LISTEN_CELL_LOCATION and LISTEN_CELL_INFO. Bug: 7087342 Change-Id: Ida7f60b5bde3f28264dcb454b38fcfb1f1616d11
* | Unhide some CellSignalStrength methods.Wink Saville2012-08-284-34/+6
| | | | | | | | | | | | When submitting originally I'd missed unhiding these methods. Change-Id: I627a5ea0c8c29b6ddfe5b1c49f9c0789d5e86456
* | Fix build.Wink Saville2012-08-132-0/+121
| | | | | | | | | | | | | | I tried to get these into the merge conflict resolution, but didn't succeed. Change-Id: Id474415869182da438c09f7a75ee54c098fbc81e
* | Merge commit 'e0df2c4f' into fix-merge-conflictWink Saville2012-08-131-124/+151
|\ \ | |/ | | | | | | | | | | * commit 'e0df2c4f': Telephony: Signal Strength cleanup & LTE support Change-Id: I655fcc0cf430820a50a8751ac132c73f7d8e0c6f
| * am eca64977: Merge "Telephony: Signal Strength cleanup & LTE support"Wink Saville2012-08-131-56/+159
| |\ | | | | | | | | | | | | * commit 'eca64977041c5df0c987bdae56006ebbe86de677': Telephony: Signal Strength cleanup & LTE support
| | * Telephony: Signal Strength cleanup & LTE supportUma Maheswari Ramalingam2012-08-101-56/+159
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make signal strength parsing common for all modes Add Support to calculate LTE level for UI signal bar display Update the lowest of Evdo/ CDMA dbm value in phone status instead of using only CDMA dbm Change-Id: I41bce658c536dc30558224c8ca76d6d70afb78ee
| | * Create telephony-common and mms-common - DO NOT MERGEWink Saville2012-07-1712-3630/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These have been created to reduce the size and complexity of frameworks/base. mms-common was created by moving all of frameworks/base/core/java/com/google/android/mms to: frameworks/opt/mms telephony-common was created by moving some of frameworks/base/telephony to: frameworks/opt/telephony Change-Id: If6cb3c6ff952767fc10210f923dc0e4b343cd4ad
* | | Merge "Unhide the new location API's" into jb-mr1-devWink Saville2012-08-0114-31/+19
|\ \ \
| * | | Unhide the new location API'sWink Saville2012-07-2614-31/+19
| | | | | | | | | | | | | | | | Change-Id: I41cc89998b8bd1e6686ea30475ab8905a133e312
* | | | Reduce log spam.Robert Greenwalt2012-07-271-1/+1
|/ / / | | | | | | | | | | | | | | | Turn off DBG in SignalStrength.java Change-Id: Ida1bded2551272956115aef5f3eda0f2a8cf3aed
* | | am 0c8a7768: am 893d93d2: Implement CMAS service category program results.Jake Hamby2012-07-252-9/+153
|\ \ \ | |/ / | | | | | | | | | * commit '0c8a7768e04513f5175add42c7be6240a703ff73': Implement CMAS service category program results.
| * | Implement CMAS service category program results.Jake Hamby2012-07-252-9/+153
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correctly handle CDMA Service Category Program Data requests, and send the SCPT response to the message center. Parcel SCPD operations as an ArrayList instead of an array (current version will throw ClassCastException when the array is cast). Bug: 6853691 Change-Id: I949ea68891c78306059248832e59a593ab606e11
* | | Revise and update CellInfo API'sWink Saville2012-07-2516-400/+2185
|/ / | | | | | | Change-Id: I25a46076a244f50edb9da65816b3717e00820b34
* | Create telephony-common and mms-commonWink Saville2012-07-1112-3630/+140
|/ | | | | | | | | | | | | | | | | These have been created to reduce the size and complexity of frameworks/base. mms-common was created by moving all of frameworks/base/core/java/com/google/android/mms to: frameworks/opt/mms telephony-common was created by moving some of frameworks/base/telephony to: frameworks/opt/telephony Change-Id: If6cb3c6ff952767fc10210f923dc0e4b343cd4ad