Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyProviderTest.java1222 final Cursor cursorDPC = queryFullTestApnRecord(URI_DPC, numeric); in testDpcUri() local
1223 assertNotNull(cursorDPC); in testDpcUri()
1224 assertEquals(1, cursorDPC.getCount()); in testDpcUri()
1225 cursorDPC.moveToFirst(); in testDpcUri()
1226 assertApnEquals(cursorDPC, dpcRecordId, dpcRecordApn, dpcRecordName, current, in testDpcUri()