Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyProviderTest.java726 final Cursor cursorEnforced = mContentResolver.query(URI_FILTERED, in testEnforceManagedUri() local
728 assertNotNull(cursorEnforced); in testEnforceManagedUri()
729 assertEquals(1, cursorEnforced.getCount()); in testEnforceManagedUri()
730 cursorEnforced.moveToFirst(); in testEnforceManagedUri()
731 assertEquals(dpcRecordId, cursorEnforced.getInt(0)); in testEnforceManagedUri()
732 assertEquals(Carriers.OWNED_BY_DPC, cursorEnforced.getInt(1)); in testEnforceManagedUri()