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.java813 final Cursor cursorNonDPCUpdate = queryFullTestApnRecord(URI_TELEPHONY, numeric); in testTelephonyUriDpcRecordAccessControl() local
817 assertNotNull(cursorNonDPCUpdate); in testTelephonyUriDpcRecordAccessControl()
818 assertEquals(1, cursorNonDPCUpdate.getCount()); in testTelephonyUriDpcRecordAccessControl()
819 cursorNonDPCUpdate.moveToFirst(); in testTelephonyUriDpcRecordAccessControl()
820 assertApnEquals(cursorNonDPCUpdate, othersRecordId, othersRecordUpdatedApn, in testTelephonyUriDpcRecordAccessControl()
894 final Cursor cursorNonDPCUpdate = queryFullTestApnRecord(URI_TELEPHONY, numeric); in testDpcUri() local
898 assertNotNull(cursorNonDPCUpdate); in testDpcUri()
899 assertEquals(1, cursorNonDPCUpdate.getCount()); in testDpcUri()
900 cursorNonDPCUpdate.moveToFirst(); in testDpcUri()
901 assertApnEquals(cursorNonDPCUpdate, othersRecordId, othersRecordApn, othersRecordName); in testDpcUri()