Home
last modified time | relevance | path

Searched refs:localUri (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
H A DDownloadManagerTestApp.java281 Uri localUri = Uri.fromFile(downloadedFile); in runDownloadMultipleSwitching() local
282 Log.i(LOG_TAG, "setting localUri to: " + localUri.getPath()); in runDownloadMultipleSwitching()
283 request.setDestinationUri(localUri); in runDownloadMultipleSwitching()
357 Uri localUri = Uri.fromFile(downloadedFile); in runDownloadMultipleWiFiEnableDisable() local
358 Log.i(LOG_TAG, "setting localUri to: " + localUri.getPath()); in runDownloadMultipleWiFiEnableDisable()
359 request.setDestinationUri(localUri); in runDownloadMultipleWiFiEnableDisable()
427 Uri localUri = Uri.fromFile(downloadedFile); in runDownloadMultipleAirplaneModeEnableDisable() local
428 Log.i(LOG_TAG, "setting localUri to: " + localUri.getPath()); in runDownloadMultipleAirplaneModeEnableDisable()
429 request.setDestinationUri(localUri); in runDownloadMultipleAirplaneModeEnableDisable()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerFunctionalTest.java164 Uri localUri = Uri.fromFile(existentFile); in testDownloadToExternal_fileExists() local
165 request.setDestinationUri(localUri); in testDownloadToExternal_fileExists()
201 Uri localUri = Uri.fromFile(downloadedFile); in testDownloadToExternal() local
202 request.setDestinationUri(localUri); in testDownloadToExternal()
232 Uri localUri = Uri.fromFile(downloadedFile); in testDownloadToProhibitedDirectory() local
233 request.setDestinationUri(localUri); in testDownloadToProhibitedDirectory()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java1366 Uri localUri = Uri.parse("content://" + TEST_AUTHORITY + "/local/url"); in testRestoreXml_withExistentCanonicalizedSoundUri() local
1367 Uri canonicalBasedOnLocal = localUri.buildUpon() in testRestoreXml_withExistentCanonicalizedSoundUri()
1373 doReturn(localUri) in testRestoreXml_withExistentCanonicalizedSoundUri()
1375 doReturn(localUri) in testRestoreXml_withExistentCanonicalizedSoundUri()
1378 .when(mTestIContentProvider).canonicalize(any(), eq(localUri)); in testRestoreXml_withExistentCanonicalizedSoundUri()