Searched refs:othersRecordApn (Results 1 – 1 of 1) sorted by relevance
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ |
D | TelephonyProviderTest.java | 664 final String othersRecordApn = "exampleApnNameOTHERS"; in testEnforceManagedUri() local 666 final int othersRecordId = insertApnRecord(URI_TELEPHONY, othersRecordApn, othersRecordName, in testEnforceManagedUri() 790 final String othersRecordApn = "exampleApnNameOTHERS"; in testTelephonyUriDpcRecordAccessControl() local 792 final int othersRecordId = insertApnRecord(URI_TELEPHONY, othersRecordApn, othersRecordName, in testTelephonyUriDpcRecordAccessControl() 800 assertApnEquals(cursorTelephony, othersRecordId, othersRecordApn, othersRecordName, in testTelephonyUriDpcRecordAccessControl() 868 final String othersRecordApn = "exampleApnNameOTHERS"; in testDpcUri() local 870 othersRecordId = insertApnRecord(URI_TELEPHONY, othersRecordApn, othersRecordName, in testDpcUri() 901 assertApnEquals(cursorNonDPCUpdate, othersRecordId, othersRecordApn, othersRecordName); in testDpcUri()
|