Searched refs:CARRIER_ENABLED (Results 1 – 10 of 10) sorted by relevance
/aosp12/packages/apps/Messaging/src/com/android/messaging/sms/ |
H A D | ApnsXmlProcessor.java | 70 APN_ATTRIBUTE_MAP.put("carrier_enabled", Telephony.Carriers.CARRIER_ENABLED); 251 final String carrierEnabled = apnValues.getAsString(Telephony.Carriers.CARRIER_ENABLED); in processApn() 253 apnValues.put(Telephony.Carriers.CARRIER_ENABLED, in processApn()
|
H A D | ApnDatabase.java | 82 Telephony.Carriers.CARRIER_ENABLED + " BOOLEAN," + 134 Telephony.Carriers.CARRIER_ENABLED,
|
/aosp12/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
H A D | TelephonyProvider.java | 28 import static android.provider.Telephony.Carriers.CARRIER_ENABLED; 384 CARRIERS_UNIQUE_FIELDS_DEFAULTS.put(CARRIER_ENABLED, "1"); in CARRIERS_UNIQUE_FIELDS_DEFAULTS.put() argument 402 CARRIERS_BOOLEAN_FIELDS.add(CARRIER_ENABLED); 469 CARRIER_ENABLED + " BOOLEAN DEFAULT 1," + // SQLite databases store bools as ints in getStringForCarrierTableCreation() 1944 queryVal2OrNull(CARRIER_ENABLED) + in deleteRow() 1987 if (values.containsKey(CARRIER_ENABLED)) { in deleteRow() 1989 whereArgs[i++] = convertStringToIntString(values.getAsString(CARRIER_ENABLED)); in deleteRow() 1991 String defaultIntString = CARRIERS_UNIQUE_FIELDS_DEFAULTS.get(CARRIER_ENABLED); in deleteRow() 2091 getIntValueFromCursor(cv, c, CARRIER_ENABLED); in copyApnValuesV17() 2129 getIntValueFromCursor(cv, c, CARRIER_ENABLED); in copyAllApnValues() [all …]
|
/aosp12/packages/apps/Settings/src/com/android/settings/network/apn/ |
H A D | ApnEditor.java | 223 Telephony.Carriers.CARRIER_ENABLED, // 17 467 case Telephony.Carriers.CARRIER_ENABLED: in getPreferenceFromFieldName() 1107 Telephony.Carriers.CARRIER_ENABLED, in validateAndSaveApnData()
|
/aosp12/frameworks/base/telephony/java/android/telephony/data/ |
H A D | ApnSetting.java | 1003 Telephony.Carriers.CARRIER_ENABLED)) == 1, in makeApnSetting() 1510 apnValue.put(Telephony.Carriers.CARRIER_ENABLED, mCarrierEnabled); in toContentValues()
|
/aosp12/frameworks/base/core/java/android/provider/ |
H A D | Telephony.java | 3725 public static final String CARRIER_ENABLED = "carrier_enabled"; field in Telephony.Carriers
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/ |
H A D | DcTrackerTest.java | 229 Telephony.Carriers.CARRIER_ENABLED, Telephony.Carriers.BEARER,
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 35721 field public static final String CARRIER_ENABLED = "carrier_enabled";
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 25606 field public static final java.lang.String CARRIER_ENABLED = "carrier_enabled";
|