Home
last modified time | relevance | path

Searched refs:cursorNonDPCUpdate (Results 1 – 1 of 1) sorted by relevance

/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyProviderTest.java1158 final Cursor cursorNonDPCUpdate = queryFullTestApnRecord(URI_TELEPHONY, numeric); in testTelephonyUriDpcRecordAccessControl() local
1162 assertNotNull(cursorNonDPCUpdate); in testTelephonyUriDpcRecordAccessControl()
1163 assertEquals(1, cursorNonDPCUpdate.getCount()); in testTelephonyUriDpcRecordAccessControl()
1164 cursorNonDPCUpdate.moveToFirst(); in testTelephonyUriDpcRecordAccessControl()
1165 assertApnEquals(cursorNonDPCUpdate, othersRecordId, othersRecordUpdatedApn, in testTelephonyUriDpcRecordAccessControl()
1239 final Cursor cursorNonDPCUpdate = queryFullTestApnRecord(URI_TELEPHONY, numeric); in testDpcUri() local
1243 assertNotNull(cursorNonDPCUpdate); in testDpcUri()
1244 assertEquals(1, cursorNonDPCUpdate.getCount()); in testDpcUri()
1245 cursorNonDPCUpdate.moveToFirst(); in testDpcUri()
1246 assertApnEquals(cursorNonDPCUpdate, othersRecordId, othersRecordApn, othersRecordName); in testDpcUri()