Searched refs:CARRIER_ENABLED (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Messaging/src/com/android/messaging/sms/ |
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()
|
D | ApnDatabase.java | 82 Telephony.Carriers.CARRIER_ENABLED + " BOOLEAN," + 134 Telephony.Carriers.CARRIER_ENABLED,
|
/packages/apps/Settings/src/com/android/settings/network/apn/ |
D | ApnRepository.kt | 46 Telephony.Carriers.CARRIER_ENABLED, // 14 in <lambda>() 93 apnEnable = cursor.getInt(Telephony.Carriers.CARRIER_ENABLED) == 1, in <lambda>()
|
D | ApnStatus.kt | 75 Telephony.Carriers.CARRIER_ENABLED to apnEnable, in getContentValueMap()
|
D | ApnEditor.java | 237 Telephony.Carriers.CARRIER_ENABLED, // 17 500 case Telephony.Carriers.CARRIER_ENABLED: in getPreferenceFromFieldName() 1151 Telephony.Carriers.CARRIER_ENABLED, in validateAndSaveApnData()
|
D | ApnEditPageProvider.kt | 243 apnData.isFieldEnabled(Telephony.Carriers.CARRIER_ENABLED) in ApnPage()
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | TelephonyProvider.java | 29 import static android.provider.Telephony.Carriers.CARRIER_ENABLED; 400 CARRIERS_UNIQUE_FIELDS_DEFAULTS.put(CARRIER_ENABLED, "1"); in CARRIERS_UNIQUE_FIELDS_DEFAULTS.put() argument 422 CARRIERS_BOOLEAN_FIELDS.add(CARRIER_ENABLED); 512 CARRIER_ENABLED + " BOOLEAN DEFAULT 1," + // SQLite databases store bools as ints in getStringForCarrierTableCreation() 2345 queryVal2OrNull(CARRIER_ENABLED) + in deleteRow() 2390 if (values.containsKey(CARRIER_ENABLED)) { in deleteRow() 2391 whereArgs[i++] = convertStringToBoolString(values.getAsString(CARRIER_ENABLED)); in deleteRow() 2392 whereArgs[i++] = convertStringToIntString(values.getAsString(CARRIER_ENABLED)); in deleteRow() 2394 String defaultIntString = CARRIERS_UNIQUE_FIELDS_DEFAULTS.get(CARRIER_ENABLED); in deleteRow() 2498 getIntValueFromCursor(cv, c, CARRIER_ENABLED); in copyApnValuesV17() [all …]
|