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.java112 private static final Uri URI_DPC = Uri.parse("content://telephony/carriers/dpc"); field in TelephonyProviderTest
638 final int dpcRecordId = insertApnRecord(URI_DPC, dpcRecordApn, dpcRecordName, in testEnforceManagedUri()
728 ContentUris.withAppendedId(URI_DPC, dpcRecordId), "", null); in testEnforceManagedUri()
762 final int dpcRecordId = insertApnRecord(URI_DPC, dpcRecordApn, dpcRecordName, in testTelephonyUriDpcRecordAccessControl()
790 final Cursor cursorDPCUpdate = queryFullTestApnRecord(URI_DPC, numeric); in testTelephonyUriDpcRecordAccessControl()
811 final Cursor cursorDPCDeleted = queryFullTestApnRecord(URI_DPC, numeric); in testTelephonyUriDpcRecordAccessControl()
817 ContentUris.withAppendedId(URI_DPC, dpcRecordId), "", null); in testTelephonyUriDpcRecordAccessControl()
838 dpcRecordId = insertApnRecord(URI_DPC, dpcRecordApn, dpcRecordName, in testDpcUri()
851 final Cursor cursorDPC = queryFullTestApnRecord(URI_DPC, numeric); in testDpcUri()
865 ContentUris.withAppendedId(URI_DPC, dpcRecordId), in testDpcUri()
[all …]