Searched refs:USER_EDITABLE (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Settings/src/com/android/settings/network/apn/ |
D | ApnRepository.kt | 50 Telephony.Carriers.USER_EDITABLE, // 18 in <lambda>() 96 userEditable = cursor.getInt(Telephony.Carriers.USER_EDITABLE), in <lambda>()
|
D | ApnEditor.java | 244 Telephony.Carriers.USER_EDITABLE, // 24
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | TelephonyProvider.java | 73 import static android.provider.Telephony.Carriers.USER_EDITABLE; 407 CARRIERS_UNIQUE_FIELDS_DEFAULTS.put(USER_EDITABLE, "1"); in CARRIERS_UNIQUE_FIELDS_DEFAULTS.put() argument 425 CARRIERS_BOOLEAN_FIELDS.add(USER_EDITABLE); 531 USER_EDITABLE + " BOOLEAN DEFAULT 1," + in getStringForCarrierTableCreation() 1286 USER_EDITABLE + " INTEGER DEFAULT 1;"); in onUpgrade() 2552 getIntValueFromCursor(cv, c, USER_EDITABLE); in copyAllApnValues() 2781 addBoolAttribute(parser, "user_editable", map, USER_EDITABLE); in getRow() 4940 values.put(USER_EDITABLE, false); in insertSingleRow()
|