Searched refs:DPC_URI (Results 1 - 2 of 2) sorted by relevance
/frameworks/base/telephony/java/android/provider/ |
H A D | Telephony.java | 2587 public static final Uri DPC_URI = Uri.parse("content://telephony/carriers/dpc"); field in class:Telephony.Carriers
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | DevicePolicyManagerService.java | 64 import static android.provider.Telephony.Carriers.DPC_URI; 12921 resultUri = mContext.getContentResolver().insert(DPC_URI, apnSetting.toContentValues()); 12954 Uri.withAppendedPath(DPC_URI, Integer.toString(apnId)), 12982 Uri.withAppendedPath(DPC_URI, Integer.toString(apnId)), null, null); 13006 cursor = mContext.getContentResolver().query(DPC_URI, null, null, null, null);
|
Completed in 55 milliseconds