Searched refs:othersRecordId (Results 1 – 1 of 1) sorted by relevance
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ |
D | TelephonyProviderTest.java | 666 final int othersRecordId = insertApnRecord(URI_TELEPHONY, othersRecordApn, othersRecordName, in testEnforceManagedUri() local 697 assertEquals(othersRecordId, cursorNotEnforced.getInt(0)); in testEnforceManagedUri() 707 Integer.toString(othersRecordId)), null, null, null, null); in testEnforceManagedUri() 741 Integer.toString(othersRecordId)), null, null, null, null); in testEnforceManagedUri() 792 final int othersRecordId = insertApnRecord(URI_TELEPHONY, othersRecordApn, othersRecordName, in testTelephonyUriDpcRecordAccessControl() local 800 assertApnEquals(cursorTelephony, othersRecordId, othersRecordApn, othersRecordName, in testTelephonyUriDpcRecordAccessControl() 820 assertApnEquals(cursorNonDPCUpdate, othersRecordId, othersRecordUpdatedApn, in testTelephonyUriDpcRecordAccessControl() 854 int dpcRecordId = 0, othersRecordId = 0; in testDpcUri() local 870 othersRecordId = insertApnRecord(URI_TELEPHONY, othersRecordApn, othersRecordName, in testDpcUri() 874 Log.d(TAG, "testDPCIdUri Id for inserted non-DPC record: " + othersRecordId); in testDpcUri() [all …]
|