Home
last modified time | relevance | path

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

1234

/aosp_15_r20/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/contentpreview/
DPreviewDataProviderTest.kt355 val uri2 = Uri.parse("content://org.pkg.app/test.jpg") in test_multipleImageUri_useImagePreviewUi() constant
381 val uri2 = Uri.parse("content://org.pkg.app/test.pdf") in test_SomeImageUri_useImagePreviewUi() constant
407 val uri2 = Uri.parse("content://org.pkg.app/test.pdf") in test_someFileUrisWithPreview_useImagePreviewUi() constant
435 val uri2 = Uri.parse("content://org.pkg.app/test.pdf") in test_allFileUrisWithoutPreview_useFilePreviewUi() constant
462 val uri2 = Uri.parse("content://org.pkg.app/test.pdf") in test_imagePreviewFileInfoFlow_dataLoadedOnce() constant
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DURITest.java615 URI uri, uri2; in test_compareTo2() local
728 URI uri2 = new URI(uri.getScheme(), uri.getAuthority(), uri.getPath(), in test_equals2() local
805 URI uri2 = uri.normalize(); in test_getAuthority2() local
1400 URI uri1 = null, uri2 = null; in test_normalize2() local
1417 URI uri1 = null, uri2 = null; in test_normalize3() local
1651 URI uri1 = null, uri2 = null; in test_resolve() local
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/adselection/debug/
DDebugReportSenderStrategyBatchImplTest.java90 Uri uri2 = Uri.parse("https://example.com/reportLoss"); in testBatchEnqueue() local
117 Uri uri2 = Uri.parse("https://example.com/reportLoss"); in testSend_withMultipleReports_allRequestsAreSuccessful() local
130 Uri uri2 = Uri.parse("https://example.com/reportLoss"); in testSend_withMultipleReports_schedulesSenderJob() local
DDebugReportSenderStrategyHttpImplTest.java75 Uri uri2 = Uri.parse("http://example.com/reportLoss"); in testSend_withMultipleReports_allRequestsAreSuccessful() local
95 Uri uri2 = Uri.parse("http://example.com/reportLoss"); in testSend_withFailedRequest_otherRequestsAreSuccessful() local
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/net/
H A DAbstractCookiesTest.java902 URI uri2 = new URI("http://.test.unit.org"); in test_add_LURI_LHttpCookie() local
962 URI uri2 = new URI("http://get.uri2.test.org"); in test_get_LURI() local
1030 URI uri2 = new URI("http://getcookies2.test.org"); in test_getCookies() local
1082 URI uri2 = new URI("http://geturis2.test.com"); in test_getURIs() local
1107 URI uri2 = new URI("http://remove2.test.com"); in test_remove_LURI_LHttpCookie() local
1194 URI uri2 = new URI("http://removeAll2.test.com"); in test_removeAll() local
/aosp_15_r20/packages/apps/DocumentsUI/src/com/android/documentsui/services/
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()
/aosp_15_r20/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
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/cast/src/test/java/com/google/android/exoplayer2/ext/cast/
H A DCastPlayerTest.java384 String uri2 = "http://www.google.com/video2"; in setMediaItems_callsRemoteMediaClient() local
404 String uri2 = "http://www.google.com/video2"; in setMediaItems_doNotReset_callsRemoteMediaClient() local
424 String uri2 = "http://www.google.com/video2"; in setMediaItems_replaceExistingPlaylist_notifiesMediaItemTransition() local
459 String uri2 = "http://www.google.com/video2"; in setMediaItems_replaceExistingPlaylist_notifiesPositionDiscontinuity() local
529 String uri2 = "http://www.google.com/video2"; in addMediaItems_callsRemoteMediaClient() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/cast/src/test/java/com/google/android/exoplayer2/ext/cast/
H A DCastPlayerTest.java384 String uri2 = "http://www.google.com/video2"; in setMediaItems_callsRemoteMediaClient() local
404 String uri2 = "http://www.google.com/video2"; in setMediaItems_doNotReset_callsRemoteMediaClient() local
424 String uri2 = "http://www.google.com/video2"; in setMediaItems_replaceExistingPlaylist_notifiesMediaItemTransition() local
459 String uri2 = "http://www.google.com/video2"; in setMediaItems_replaceExistingPlaylist_notifiesPositionDiscontinuity() local
529 String uri2 = "http://www.google.com/video2"; in addMediaItems_callsRemoteMediaClient() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpCoverArtStorageTest.java124 Uri uri2 = mAvrcpCoverArtStorage.addImage(mDevice1, mHandle2, mImage2); in addTwoImageSameDevice_bothExist() local
141 Uri uri2 = mAvrcpCoverArtStorage.addImage(mDevice2, mHandle1, mImage1); in addTwoImageDifferentDevices_bothExist() local
/aosp_15_r20/packages/apps/Car/Launcher/libs/appgrid/lib/robotests/src/com/android/car/carlauncher/datasources/
DLauncherActivitiesDataSourceImplTest.kt99 val uri2 = in <lambda>() constant
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DNamespaceMappings.java172 String uri2 = lookupNamespace(prefix); in lookupPrefix() local
490 String uri2 = lookupNamespace(prefix); in lookupAllPrefixes() local
/aosp_15_r20/cts/tests/JobScheduler/src/android/jobscheduler/cts/
H A DTriggerContentTest.java243 Uri uri2 = Uri.parse(base + "/sub2"); in testDescendantsObserver() local
291 Uri uri2 = Uri.parse(base + "/sub2"); in testNonDescendantsObserver() local
/aosp_15_r20/cts/tests/tests/simphonebookprovider/src/android/provider/cts/simphonebook/
H A DSimPhonebookContract_SimRecordsTest.java289 Uri uri2 = insertAdn(mDefaultSubscriptionId, "Name2", "5550102"); in insertThenDeleteAdn_urisRemainValid() local
523 Uri uri2 = mResolver.insert(SimRecords.getContentUri(mDefaultSubscriptionId, EF_ADN), in updateAdn_duplicateRecord_updatesCorrectRecord() local
550 Uri uri2 = mResolver.insert(SimRecords.getContentUri(mDefaultSubscriptionId, EF_ADN), in deleteAdn_duplicateRecord_deletesCorrectRecord() local
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/net/
H A DUriTest.java911 Uri uri2 = buildUriFromParts(true, "http:", null, "@evil.com", null, null); in testUnparcelMalformedPath() local
931 Uri uri2 = buildUriFromParts( in testParsedUriFromStringEquality() local
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/util/
DUriUtils.java32 public static boolean areEqual(Uri uri1, Uri uri2) { in areEqual()
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/util/
DUriUtils.java32 public static boolean areEqual(Uri uri1, Uri uri2) { in areEqual()
/aosp_15_r20/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/lite/
H A DDownloadProgressMonitorTest.java56 private final Uri uri2 = Uri.parse(FILE_URI_2); field in DownloadProgressMonitorTest
/aosp_15_r20/cts/tests/tests/content/src/android/content/cts/
H A DUriMatcherTest.java49 private Uri uri2 = Uri.parse("content://" + sAuthority + "/" + sPath2); field in UriMatcherTest
H A DContentUrisTest.java44 private Uri uri2 = Uri.parse("content://" + AUTHORITY + "/" + PATH2); field in ContentUrisTest
H A DContextTest.java1365 Uri uri2 = Uri.parse("content://ctstest2"); in testCheckCallingOrSelfUriPermissions() local
1596 Uri uri2 = Uri.parse("content://ctstest2"); in testCheckUriPermissions() local
1805 Uri uri2 = Uri.parse("content://ctstest2"); in testCheckCallingUriPermissions() local
/aosp_15_r20/external/apache-xml/test/java/src/org/apache/qetest/xsl/
H A DXHTComparatorXSLTC.java95 String uri2 = test.getNamespaceURI(); in diff() local
/aosp_15_r20/external/rust/android-crates-io/crates/http/src/uri/
Dtests.rs508 let uri2 = Uri::from_parts(parts).expect("from_parts"); in test_authority_uri_parts_round_trip() localVariable
/aosp_15_r20/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/file/common/testing/
H A DFakeFileBackendTest.java115 Uri uri2 = tmpUri.newUri(); in throwsExceptions_forManage() local
/aosp_15_r20/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/cts/
DScheduleCustomAudienceUpdateRequestTest.java80 Uri uri2 = CustomAudienceFixture.getValidFetchUriByBuyer(CommonFixture.VALID_BUYER_2, "2"); in testBuildValidRequest_AllSetters_Success() local

1234