Home
last modified time | relevance | path

Searched refs:USER_EDITABLE (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DTelephonyProvider.java67 import static android.provider.Telephony.Carriers.USER_EDITABLE;
391 CARRIERS_UNIQUE_FIELDS_DEFAULTS.put(USER_EDITABLE, "1"); in CARRIERS_UNIQUE_FIELDS_DEFAULTS.put() argument
405 CARRIERS_BOOLEAN_FIELDS.add(USER_EDITABLE);
485 USER_EDITABLE + " BOOLEAN DEFAULT 1," + in getStringForCarrierTableCreation()
1214 USER_EDITABLE + " INTEGER DEFAULT 1;"); in onUpgrade()
2142 getIntValueFromCursor(cv, c, USER_EDITABLE); in copyAllApnValues()
2364 addBoolAttribute(parser, "user_editable", map, USER_EDITABLE); in getRow()
4306 values.put(USER_EDITABLE, false); in insertSingleRow()
/aosp12/frameworks/base/core/java/android/provider/
H A DTelephony.java3872 public static final String USER_EDITABLE = "user_editable"; field in Telephony.Carriers
/aosp12/packages/apps/Settings/src/com/android/settings/network/apn/
H A DApnEditor.java230 Telephony.Carriers.USER_EDITABLE //24
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt9424 field public static final String USER_EDITABLE = "user_editable";
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt46515 Landroid/provider/Telephony$Carriers;->USER_EDITABLE:Ljava/lang/String;