Home
last modified time | relevance | path

Searched refs:Carriers (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDcTrackerTest.java155 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/
DApnDbInstallReceiver.java28 private static final Uri UPDATE_APN_DB = Uri.withAppendedPath(Telephony.Carriers.CONTENT_URI,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java733 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/
DGnssLocationProvider.java67 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/
DTelephony.java2530 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/
DGsmCdmaPhone.java2520 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/
Dcompiled-classes-phone3577 android.provider.Telephony$Carriers
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt25602 public static final class Telephony.Carriers implements android.provider.BaseColumns {
/frameworks/base/api/
Dcurrent.txt35108 public static final class Telephony.Carriers implements android.provider.BaseColumns {
Dsystem-current.txt38165 public static final class Telephony.Carriers implements android.provider.BaseColumns {