Searched refs:othersRecordId (Results 1 – 1 of 1) sorted by relevance
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ |
D | TelephonyProviderTest.java | 1011 final int othersRecordId = insertApnRecord(URI_TELEPHONY, othersRecordApn, othersRecordName, in testEnforceManagedUri() local 1042 assertEquals(othersRecordId, cursorNotEnforced.getInt(0)); in testEnforceManagedUri() 1052 Integer.toString(othersRecordId)), null, null, null, null); in testEnforceManagedUri() 1086 Integer.toString(othersRecordId)), null, null, null, null); in testEnforceManagedUri() 1137 final int othersRecordId = insertApnRecord(URI_TELEPHONY, othersRecordApn, othersRecordName, in testTelephonyUriDpcRecordAccessControl() local 1145 assertApnEquals(cursorTelephony, othersRecordId, othersRecordApn, othersRecordName, in testTelephonyUriDpcRecordAccessControl() 1165 assertApnEquals(cursorNonDPCUpdate, othersRecordId, othersRecordUpdatedApn, in testTelephonyUriDpcRecordAccessControl() 1199 int dpcRecordId = 0, othersRecordId = 0; in testDpcUri() local 1215 othersRecordId = insertApnRecord(URI_TELEPHONY, othersRecordApn, othersRecordName, in testDpcUri() 1219 Log.d(TAG, "testDPCIdUri Id for inserted non-DPC record: " + othersRecordId); in testDpcUri() [all …]
|