Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyProviderTest.java114 private static final Uri URI_FILTERED = Uri.parse("content://telephony/carriers/filtered"); field in TelephonyProviderTest
670 final Cursor cursorNotEnforced = mContentResolver.query(URI_FILTERED, in testEnforceManagedUri()
679 Cursor cursorNotEnforcedDpc = mContentResolver.query(Uri.withAppendedPath(URI_FILTERED, in testEnforceManagedUri()
684 Cursor cursorNotEnforcedOthers = mContentResolver.query(Uri.withAppendedPath(URI_FILTERED, in testEnforceManagedUri()
704 final Cursor cursorEnforced = mContentResolver.query(URI_FILTERED, in testEnforceManagedUri()
713 cursorNotEnforcedDpc = mContentResolver.query(Uri.withAppendedPath(URI_FILTERED, in testEnforceManagedUri()
718 cursorNotEnforcedOthers = mContentResolver.query(Uri.withAppendedPath(URI_FILTERED, in testEnforceManagedUri()