Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyProviderTest.java109 private static final Uri URI_DPC = Uri.parse("content://telephony/carriers/dpc"); field in TelephonyProviderTest
660 final int dpcRecordId = insertApnRecord(URI_DPC, dpcRecordApn, dpcRecordName, in testEnforceManagedUri()
750 ContentUris.withAppendedId(URI_DPC, dpcRecordId), "", null); in testEnforceManagedUri()
786 final int dpcRecordId = insertApnRecord(URI_DPC, dpcRecordApn, dpcRecordName, in testTelephonyUriDpcRecordAccessControl()
814 final Cursor cursorDPCUpdate = queryFullTestApnRecord(URI_DPC, numeric); in testTelephonyUriDpcRecordAccessControl()
835 final Cursor cursorDPCDeleted = queryFullTestApnRecord(URI_DPC, numeric); in testTelephonyUriDpcRecordAccessControl()
841 ContentUris.withAppendedId(URI_DPC, dpcRecordId), "", null); in testTelephonyUriDpcRecordAccessControl()
864 dpcRecordId = insertApnRecord(URI_DPC, dpcRecordApn, dpcRecordName, in testDpcUri()
877 final Cursor cursorDPC = queryFullTestApnRecord(URI_DPC, numeric); in testDpcUri()
891 ContentUris.withAppendedId(URI_DPC, dpcRecordId), in testDpcUri()
[all …]