Searched refs:Carriers (Results 1 – 10 of 10) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/ |
D | DcTrackerTest.java | 155 if (uri.compareTo(Telephony.Carriers.CONTENT_URI) == 0) { in query() 169 new String[]{Telephony.Carriers._ID, Telephony.Carriers.NUMERIC, in query() 170 Telephony.Carriers.NAME, Telephony.Carriers.APN, in query() 171 Telephony.Carriers.PROXY, Telephony.Carriers.PORT, in query() 172 Telephony.Carriers.MMSC, Telephony.Carriers.MMSPROXY, in query() 173 Telephony.Carriers.MMSPORT, Telephony.Carriers.USER, in query() 174 Telephony.Carriers.PASSWORD, Telephony.Carriers.AUTH_TYPE, in query() 175 Telephony.Carriers.TYPE, in query() 176 Telephony.Carriers.PROTOCOL, in query() 177 Telephony.Carriers.ROAMING_PROTOCOL, in query() [all …]
|
/frameworks/base/services/core/java/com/android/server/updates/ |
D | ApnDbInstallReceiver.java | 28 private static final Uri UPDATE_APN_DB = Uri.withAppendedPath(Telephony.Carriers.CONTENT_URI,
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcTracker.java | 733 Telephony.Carriers.CONTENT_URI, true, mApnObserver); in DcTracker() 2011 cursor.getString(cursor.getColumnIndexOrThrow(Telephony.Carriers.TYPE))); in makeApnSetting() 2013 cursor.getInt(cursor.getColumnIndexOrThrow(Telephony.Carriers._ID)), in makeApnSetting() 2014 cursor.getString(cursor.getColumnIndexOrThrow(Telephony.Carriers.NUMERIC)), in makeApnSetting() 2015 cursor.getString(cursor.getColumnIndexOrThrow(Telephony.Carriers.NAME)), in makeApnSetting() 2016 cursor.getString(cursor.getColumnIndexOrThrow(Telephony.Carriers.APN)), in makeApnSetting() 2019 cursor.getColumnIndexOrThrow(Telephony.Carriers.PROXY))), in makeApnSetting() 2020 cursor.getString(cursor.getColumnIndexOrThrow(Telephony.Carriers.PORT)), in makeApnSetting() 2023 cursor.getColumnIndexOrThrow(Telephony.Carriers.MMSC))), in makeApnSetting() 2026 cursor.getColumnIndexOrThrow(Telephony.Carriers.MMSPROXY))), in makeApnSetting() [all …]
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | GnssLocationProvider.java | 67 import android.provider.Telephony.Carriers; 2273 Carriers.DEFAULT_SORT_ORDER); 2300 Carriers.CONTENT_URI, 2301 new String[] { Carriers.PROTOCOL }, 2304 Carriers.DEFAULT_SORT_ORDER);
|
/frameworks/base/telephony/java/android/telephony/ |
D | Telephony.java | 2530 public static final class Carriers implements BaseColumns { class in Telephony 2536 private Carriers() {} in Carriers() method in Telephony.Carriers
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | GsmCdmaPhone.java | 2520 Uri uri = Uri.withAppendedPath(Telephony.Carriers.CONTENT_URI, "current"); in updateCurrentCarrierInProvider() 2522 map.put(Telephony.Carriers.NUMERIC, operatorNumeric); in updateCurrentCarrierInProvider() 2549 Uri uri = Uri.withAppendedPath(Telephony.Carriers.CONTENT_URI, "current"); in updateCurrentCarrierInProvider() 2551 map.put(Telephony.Carriers.NUMERIC, operatorNumeric); in updateCurrentCarrierInProvider()
|
/frameworks/base/ |
D | compiled-classes-phone | 3577 android.provider.Telephony$Carriers
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 25602 public static final class Telephony.Carriers implements android.provider.BaseColumns {
|
/frameworks/base/api/ |
D | current.txt | 35108 public static final class Telephony.Carriers implements android.provider.BaseColumns {
|
D | system-current.txt | 38165 public static final class Telephony.Carriers implements android.provider.BaseColumns {
|