Searched refs:testUri (Results 1 – 4 of 4) sorted by relevance
511 final Uri testUri = Uri.fromParts("file", "test.jpg", null); in testSetPauseImage() local512 mVideoCall.setPauseImage(testUri); in testSetPauseImage()518 return pauseImage != null && pauseImage.equals(testUri); in testSetPauseImage()
303 final Uri testUri = new Uri.Builder() in onBindSlice_guestRestricted_returnsNull() local310 final Slice slice = mProvider.onBindSlice(testUri); in onBindSlice_guestRestricted_returnsNull()318 final Uri testUri = new Uri.Builder() in onBindSlice_notGuestRestricted_returnsNotNull() local325 final Slice slice = mProvider.onBindSlice(testUri); in onBindSlice_notGuestRestricted_returnsNotNull()
329 Uri testUri = ContentUris.withAppendedId(ContactsContract.Contacts.CONTENT_URI, 1); in testCloneContactsCallOperation() local331 uriBundle.putParcelable(ContactsContract.Authorization.KEY_URI_TO_AUTHORIZE, testUri); in testCloneContactsCallOperation()
337 final Uri testUri = builder.appendPath("picker") in testGrantMediaReadForPackage() local347 List.of(testUri)); in testGrantMediaReadForPackage()368 final Uri testUri = builder.appendPath("picker") in testGetReadGrantsForPackage() local385 List.of(testUri)); in testGetReadGrantsForPackage()410 final Uri testUri = builder.appendPath("picker") in testRevokeReadGrantsForPackage() local421 List.of(testUri)); in testRevokeReadGrantsForPackage()