Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DContentProviderResultTest.java37 public void testUri() throws Exception { in testUri() method in ContentProviderResultTest
DMockContentProvider.java223 Uri testUri; in insert() local
236 testUri = Uri.parse("content://" + mAuthority + "/testtable1"); in insert()
240 testUri = Uri.parse("content://" + mAuthority + "/testtable2"); in insert()
250 Uri url = ContentUris.withAppendedId(testUri, rowID); in insert()
/cts/tests/tests/database/src/android/database/cts/
DAbstractCursorTest.java149 final Uri testUri = Settings.System.getUriFor(Settings.System.TIME_12_24); in testSetNotificationUri() local
151 testUri); in testSetNotificationUri() local
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java1875 final Uri testUri = Uri.parse(TEST_APP_CONTENT_URI_STRING); in bindToTestContentProvider() local
1877 mContext.getContentResolver().acquireUnstableContentProviderClient(testUri); in bindToTestContentProvider()
1879 testUri, in bindToTestContentProvider()