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.java684 Cursor cursorNotEnforcedOthers = mContentResolver.query(Uri.withAppendedPath(URI_FILTERED, in testEnforceManagedUri() local
686 assertNotNull(cursorNotEnforcedOthers); in testEnforceManagedUri()
687 assertTrue(cursorNotEnforcedOthers.getCount() == 1); in testEnforceManagedUri()
718 cursorNotEnforcedOthers = mContentResolver.query(Uri.withAppendedPath(URI_FILTERED, in testEnforceManagedUri()
720 assertNotNull(cursorNotEnforcedOthers); in testEnforceManagedUri()
721 assertTrue(cursorNotEnforcedOthers.getCount() == 0); in testEnforceManagedUri()