Home
last modified time | relevance | path

Searched refs:DPC_URI (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/provider/
DTelephony.java3529 public static final @NonNull Uri DPC_URI = Uri.parse("content://telephony/carriers/dpc"); field in Telephony.Carriers
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java20 import static android.provider.Telephony.Carriers.DPC_URI;
12404 try (Cursor cursor = context.getContentResolver().query(DPC_URI, null, null, null, null)) { in getDevicePolicyOverrideApns()
12436 Uri resultUri = context.getContentResolver().insert(DPC_URI, apnSetting.toContentValues()); in addDevicePolicyOverrideApn()
12468 Uri.withAppendedPath(DPC_URI, Integer.toString(apnId)), in modifyDevicePolicyOverrideApn()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java84 import static android.provider.Telephony.Carriers.DPC_URI;
13982 Uri.withAppendedPath(DPC_URI, Integer.toString(apnId)), null, null); in removeOverrideApnUnchecked()
/frameworks/base/api/
Dsystem-current.txt6813 field @NonNull public static final android.net.Uri DPC_URI;
/frameworks/base/non-updatable-api/
Dsystem-current.txt6711 field @NonNull public static final android.net.Uri DPC_URI;
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt57087 Landroid/provider/Telephony$Carriers;->DPC_URI:Landroid/net/Uri;