Home
last modified time | relevance | path

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

/aosp12/packages/apps/Messaging/src/com/android/messaging/sms/
H A DApnsXmlProcessor.java70 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 DApnDatabase.java82 Telephony.Carriers.CARRIER_ENABLED + " BOOLEAN," +
134 Telephony.Carriers.CARRIER_ENABLED,
/aosp12/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DTelephonyProvider.java28 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 DApnEditor.java223 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 DApnSetting.java1003 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 DTelephony.java3725 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 DDcTrackerTest.java229 Telephony.Carriers.CARRIER_ENABLED, Telephony.Carriers.BEARER,
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt35721 field public static final String CARRIER_ENABLED = "carrier_enabled";
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt25606 field public static final java.lang.String CARRIER_ENABLED = "carrier_enabled";