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.java124 private static final Uri URI_FILTERED = Uri.parse("content://telephony/carriers/filtered"); field in TelephonyProviderTest
1037 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()