Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyProviderTest.java706 Cursor cursorNotEnforcedOthers = mContentResolver.query(Uri.withAppendedPath(URI_FILTERED, in testEnforceManagedUri() local
708 assertNotNull(cursorNotEnforcedOthers); in testEnforceManagedUri()
709 assertTrue(cursorNotEnforcedOthers.getCount() == 1); in testEnforceManagedUri()
740 cursorNotEnforcedOthers = mContentResolver.query(Uri.withAppendedPath(URI_FILTERED, in testEnforceManagedUri()
742 assertNotNull(cursorNotEnforcedOthers); in testEnforceManagedUri()
743 assertTrue(cursorNotEnforcedOthers.getCount() == 0); in testEnforceManagedUri()