Home
last modified time | relevance | path

Searched defs:uri2 (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/services/
H A DResourceException.java30 public ResourceException(String message, Uri uri1, Uri uri2, Exception e) { in ResourceException()
42 public ResourceException(String message, Uri uri1, Uri uri2) { in ResourceException()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/textclassifier/
H A DIconsUriHelperTest.java60 final Uri uri2 = mIconsUriHelper.getContentUri("com.package.name2", 5678); in testGetContentUri_multiplePackages() local
76 final Uri uri2 = mIconsUriHelper.getContentUri(packageName, 5678); in testGetContentUri_samePackageIdForSamePackageName() local
/aosp12/packages/apps/Contacts/src/com/android/contacts/util/
H A DUriUtils.java32 public static boolean areEqual(Uri uri1, Uri uri2) { in areEqual()
/aosp12/packages/apps/Dialer/java/com/android/dialer/util/
H A DUriUtils.java32 public static boolean areEqual(Uri uri1, Uri uri2) { in areEqual()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpCoverArtStorageTest.java130 Uri uri2 = mAvrcpCoverArtStorage.addImage(mDevice1, mHandle2, mImage2); in addTwoImageSameDevice_bothExist() local
147 Uri uri2 = mAvrcpCoverArtStorage.addImage(mDevice2, mHandle1, mImage1); in addTwoImageDifferentDevices_bothExist() local
H A DAvrcpItemTest.java77 Uri uri2 = Uri.parse("content://somewhereelse"); in buildAvrcpItem() local
436 Uri uri2 = Uri.parse("content://somewhereelse"); in updateCoverArtLocation() local
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DVoicemailProviderTest.java512 final Uri uri2 = insertVoicemail(); in testUriPermissions() local
H A DContactsProvider2Test.java1325 Uri uri2 = TestUtil.maybeAddAccountQueryParameters(dataUri2, account2); in testRawContactDataQuery() local
2260 Uri uri2 = Uri.withAppendedPath(PhoneLookup.ENTERPRISE_CONTENT_FILTER_URI, "408-222-2222"); in testPhoneLookupEnterprise_withCorpProfile() local
3951 Uri uri2 = TestUtil.maybeAddAccountQueryParameters(Groups.CONTENT_URI, account2); in testGroupQuery() local
4209 Uri uri2 = TestUtil.maybeAddAccountQueryParameters(Settings.CONTENT_URI, account2); in testSettingsQuery() local
6096 Uri uri2 = TestUtil.maybeAddAccountQueryParameters(RawContacts.CONTENT_URI, account2); in testRawContactQuery() local
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java7046 Uri uri2 = ContentUris.withAppendedId(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, 2); in testClearInlineReplyUriPermission_uriRecordExists() local
7053 nr.getKey(), uri2, nr.getSbn().getUser(), nr.getSbn().getPackageName(), in testClearInlineReplyUriPermission_uriRecordExists() local
7089 Uri uri2 = ContentUris.withAppendedId(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, 2); in testClearInlineReplyUriPermission_userAll() local