Home
last modified time | relevance | path

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

/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/
DContactsContract_DirectoryTest.java112 final Uri queryUri = Contacts.CONTENT_FILTER_URI.buildUpon() in testQueryParameters() local
122 queryUri, null, null, null, null)) { in testQueryParameters()
/cts/tests/tests/database/src/android/database/cts/
DAbstractCursorTest.java172 final Uri queryUri = Uri.parse("content://com.android.cts.providerapp"); in testSetNotificationsUris() local
173 try (Cursor cursor = mContext.getContentResolver().query(queryUri, null, null, null)) { in testSetNotificationsUris()
177 mContext.getContentResolver().call(queryUri, "notify", "1", null); in testSetNotificationsUris()
180 mContext.getContentResolver().call(queryUri, "notify", "2", null); in testSetNotificationsUris()
/cts/tests/tests/appenumeration/app/source/src/android/appenumeration/cts/query/
DTestActivity.java449 Uri queryUri = Uri.parse("content://" + authority + "/test"); in queryResolverForVisiblePackages() local
450 Cursor query = getContentResolver().query(queryUri, null, null, null, null); in queryResolverForVisiblePackages()
454 "Query of " + queryUri + " could not be completed")); in queryResolverForVisiblePackages()