Searched refs:othersRecordName (Results 1 – 1 of 1) sorted by relevance
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ |
D | TelephonyProviderTest.java | 1010 final String othersRecordName = "exampleNameDPOTHERS"; in testEnforceManagedUri() local 1011 final int othersRecordId = insertApnRecord(URI_TELEPHONY, othersRecordApn, othersRecordName, in testEnforceManagedUri() 1136 final String othersRecordName = "exampleNameDPOTHERS"; in testTelephonyUriDpcRecordAccessControl() local 1137 final int othersRecordId = insertApnRecord(URI_TELEPHONY, othersRecordApn, othersRecordName, in testTelephonyUriDpcRecordAccessControl() 1145 assertApnEquals(cursorTelephony, othersRecordId, othersRecordApn, othersRecordName, in testTelephonyUriDpcRecordAccessControl() 1214 final String othersRecordName = "exampleNameDPOTHERS"; in testDpcUri() local 1215 othersRecordId = insertApnRecord(URI_TELEPHONY, othersRecordApn, othersRecordName, in testDpcUri() 1246 assertApnEquals(cursorNonDPCUpdate, othersRecordId, othersRecordApn, othersRecordName); in testDpcUri()
|