Searched refs:cursorNotEnforcedOthers (Results 1 – 1 of 1) sorted by relevance
684 Cursor cursorNotEnforcedOthers = mContentResolver.query(Uri.withAppendedPath(URI_FILTERED, in testEnforceManagedUri() local686 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()