Searched refs:dpcRecordId (Results 1 – 1 of 1) sorted by relevance
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ |
D | TelephonyProviderTest.java | 660 final int dpcRecordId = insertApnRecord(URI_DPC, dpcRecordApn, dpcRecordName, in testEnforceManagedUri() local 702 Integer.toString(dpcRecordId)), null, null, null, null); in testEnforceManagedUri() 731 assertEquals(dpcRecordId, cursorEnforced.getInt(0)); in testEnforceManagedUri() 736 Integer.toString(dpcRecordId)), null, null, null, null); in testEnforceManagedUri() 750 ContentUris.withAppendedId(URI_DPC, dpcRecordId), "", null); in testEnforceManagedUri() 786 final int dpcRecordId = insertApnRecord(URI_DPC, dpcRecordApn, dpcRecordName, in testTelephonyUriDpcRecordAccessControl() local 827 assertApnEquals(cursorDPCUpdate, dpcRecordId, dpcRecordApn, dpcRecordName); in testTelephonyUriDpcRecordAccessControl() 841 ContentUris.withAppendedId(URI_DPC, dpcRecordId), "", null); in testTelephonyUriDpcRecordAccessControl() 854 int dpcRecordId = 0, othersRecordId = 0; in testDpcUri() local 864 dpcRecordId = insertApnRecord(URI_DPC, dpcRecordApn, dpcRecordName, in testDpcUri() [all …]
|