Searched refs:DPC_URI (Results 1 – 2 of 2) sorted by relevance
3552 public static final @NonNull Uri DPC_URI = Uri.parse("content://telephony/carriers/dpc"); field in Telephony.Carriers
20 import static android.provider.Telephony.Carriers.DPC_URI;12764 try (Cursor cursor = context.getContentResolver().query(DPC_URI, null, null, null, null)) { in getDevicePolicyOverrideApns()12795 Uri resultUri = context.getContentResolver().insert(DPC_URI, apnSetting.toContentValues()); in addDevicePolicyOverrideApn()12826 Uri.withAppendedPath(DPC_URI, Integer.toString(apnId)), in modifyDevicePolicyOverrideApn()