Searched refs:URI_FILTERED (Results 1 – 1 of 1) sorted by relevance
124 private static final Uri URI_FILTERED = Uri.parse("content://telephony/carriers/filtered"); field in TelephonyProviderTest1037 final Cursor cursorNotEnforced = mContentResolver.query(URI_FILTERED, in testEnforceManagedUri()1046 Cursor cursorNotEnforcedDpc = mContentResolver.query(Uri.withAppendedPath(URI_FILTERED, in testEnforceManagedUri()1051 Cursor cursorNotEnforcedOthers = mContentResolver.query(Uri.withAppendedPath(URI_FILTERED, in testEnforceManagedUri()1071 final Cursor cursorEnforced = mContentResolver.query(URI_FILTERED, in testEnforceManagedUri()1080 cursorNotEnforcedDpc = mContentResolver.query(Uri.withAppendedPath(URI_FILTERED, in testEnforceManagedUri()1085 cursorNotEnforcedOthers = mContentResolver.query(Uri.withAppendedPath(URI_FILTERED, in testEnforceManagedUri()