Searched refs:uri1 (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/content/src/android/content/cts/ |
D | ContentUrisTest.java | 32 private Uri uri1 = Uri.parse("content://" + AUTHORITY + "/" + PATH1); field in ContentUrisTest 40 Uri result = ContentUris.withAppendedId(uri1, CODE1); in testParseId() 52 ContentUris.parseId(uri1); in testParseIdFailure() 73 assertNotNull(actually = ContentUris.withAppendedId(uri1, CODE1)); in testWithAppendedId() 93 Builder b = uri1.buildUpon(); in testAppendId()
|
D | UriMatcherTest.java | 37 private Uri uri1 = Uri.parse("content://" + sAuthority + "/" + sPath1); field in UriMatcherTest 58 assertEquals(sCode1, mUriMatcher.match(uri1)); in testMatch() 78 assertEquals(-1, mUriMatcher.match(uri1)); in testAddURI() 88 assertEquals(sCode1, mUriMatcher.match(uri1)); in testAddURI()
|
D | ContextTest.java | 1226 Uri uri1 = Uri.parse("content://ctstest1"); in testCheckCallingOrSelfUriPermissions() local 1227 uris.add(uri1); in testCheckCallingOrSelfUriPermissions() 1438 Uri uri1 = Uri.parse("content://ctstest1"); in testCheckUriPermissions() local 1439 uris.add(uri1); in testCheckUriPermissions() 1486 Uri uri1 = Uri.parse("content://ctstest1"); in testCheckCallingUriPermissions() local 1487 uris.add(uri1); in testCheckCallingUriPermissions()
|
/cts/tests/JobScheduler/src/android/jobscheduler/cts/ |
D | TriggerContentTest.java | 242 Uri uri1 = Uri.parse(base + "/sub1"); in testDescendantsObserver() local 255 getContext().getContentResolver().notifyChange(uri1, null, 0); in testDescendantsObserver() 265 assertHasUri(uri1, uris); in testDescendantsObserver() 290 Uri uri1 = Uri.parse(base + "/sub1"); in testNonDescendantsObserver() local 302 getContext().getContentResolver().notifyChange(uri1, null, 0); in testNonDescendantsObserver()
|
/cts/tests/tests/telephonyprovider/src/android/telephonyprovider/cts/ |
D | SmsTest.java | 251 Uri uri1 = mSmsTestHelper in testDeleteSms_ifLastSmsDeletedThenThreadIsDeleted() local 253 assertThat(uri1).isNotNull(); in testDeleteSms_ifLastSmsDeletedThenThreadIsDeleted() 259 int deletedRows = mContentResolver.delete(uri1, null, null); in testDeleteSms_ifLastSmsDeletedThenThreadIsDeleted()
|
D | SmsConversationTest.java | 120 Uri uri1 = mContentResolver.insert(Telephony.Sms.CONTENT_URI, values); in saveToTelephony() local
|