summaryrefslogtreecommitdiffstats
path: root/telephony/java
diff options
context:
space:
mode:
authorJorim Jaggi <jjaggi@google.com>2015-01-15 00:12:18 +0100
committerJorim Jaggi <jjaggi@google.com>2015-01-15 00:12:18 +0100
commit568e54be71731bdbcd5338385eb6cc6a082c9456 (patch)
tree9cbbe50e8824a72d7afda5ef75a45584742e200a /telephony/java
parent4bc5b2bce9b1e3483357966f4ef074391565255f (diff)
parent87f536948c06e57d2f9e78f39c01272cb08de1f1 (diff)
downloadframeworks_base-568e54be71731bdbcd5338385eb6cc6a082c9456.zip
frameworks_base-568e54be71731bdbcd5338385eb6cc6a082c9456.tar.gz
frameworks_base-568e54be71731bdbcd5338385eb6cc6a082c9456.tar.bz2
resolve merge conflicts of 87f5369 to master.
Change-Id: I5d1a7aaf48c4bf70f7181508aa46fbbcc2cf7086
Diffstat (limited to 'telephony/java')
-rw-r--r--telephony/java/android/telephony/TelephonyManager.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/telephony/java/android/telephony/TelephonyManager.java b/telephony/java/android/telephony/TelephonyManager.java
index 34315bf..03cc7d0 100644
--- a/telephony/java/android/telephony/TelephonyManager.java
+++ b/telephony/java/android/telephony/TelephonyManager.java
@@ -3095,7 +3095,7 @@ public class TelephonyManager {
*
* @return true on success; false on any failure.
*/
- public boolean setGlobalPreferredNetworkType() {
+ public boolean setPreferredNetworkTypeToGlobal() {
return setPreferredNetworkType(RILConstants.NETWORK_MODE_LTE_CDMA_EVDO_GSM_WCDMA);
}
@@ -3138,8 +3138,6 @@ public class TelephonyManager {
* call will return true. This access is granted by the owner of the UICC
* card and does not depend on the registered carrier.
*
- * TODO: Add a link to documentation.
- *
* @return true if the app has carrier privileges.
*/
public boolean hasCarrierPrivileges() {