Home
last modified time | relevance | path

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

/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
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()
/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerFunctionalTest.java163 Uri localUri = Uri.fromFile(existentFile); in testDownloadToExternal_fileExists() local
164 request.setDestinationUri(localUri); in testDownloadToExternal_fileExists()
200 Uri localUri = Uri.fromFile(downloadedFile); in testDownloadToExternal() local
201 request.setDestinationUri(localUri); in testDownloadToExternal()
231 Uri localUri = Uri.fromFile(downloadedFile); in testDownloadToProhibitedDirectory() local
232 request.setDestinationUri(localUri); in testDownloadToProhibitedDirectory()
/frameworks/support/tv-provider/src/main/java/androidx/tvprovider/media/tv/
DChannelLogoUtils.java128 Uri localUri = TvContract.buildChannelLogoUri(channelId); in storeChannelLogo() local
129 try (OutputStream outputStream = context.getContentResolver().openOutputStream(localUri)) { in storeChannelLogo()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhone.java125 String localUri = sipAudioCall.getLocalProfile().getUriString(); in takeIncomingCall() local
126 if (localUri.equals(mProfile.getUriString())) { in takeIncomingCall()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DRankingHelperTest.java510 Uri localUri = Uri.parse("content://" + TEST_AUTHORITY + "/local/url"); in testRestoreXml_withExistentCanonicalizedSoundUri() local
511 Uri canonicalBasedOnLocal = localUri.buildUpon() in testRestoreXml_withExistentCanonicalizedSoundUri()
518 .thenReturn(localUri); in testRestoreXml_withExistentCanonicalizedSoundUri()
520 .thenReturn(localUri); in testRestoreXml_withExistentCanonicalizedSoundUri()
532 assertEquals(localUri, actualChannel.getSound()); in testRestoreXml_withExistentCanonicalizedSoundUri()