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