Searched refs:localUri (Results 1 – 5 of 5) sorted by relevance
281 Uri localUri = Uri.fromFile(downloadedFile); in runDownloadMultipleSwitching() local282 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() local358 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() local428 Log.i(LOG_TAG, "setting localUri to: " + localUri.getPath()); in runDownloadMultipleAirplaneModeEnableDisable()429 request.setDestinationUri(localUri); in runDownloadMultipleAirplaneModeEnableDisable()
163 Uri localUri = Uri.fromFile(existentFile); in testDownloadToExternal_fileExists() local164 request.setDestinationUri(localUri); in testDownloadToExternal_fileExists()200 Uri localUri = Uri.fromFile(downloadedFile); in testDownloadToExternal() local201 request.setDestinationUri(localUri); in testDownloadToExternal()231 Uri localUri = Uri.fromFile(downloadedFile); in testDownloadToProhibitedDirectory() local232 request.setDestinationUri(localUri); in testDownloadToProhibitedDirectory()
128 Uri localUri = TvContract.buildChannelLogoUri(channelId); in storeChannelLogo() local129 try (OutputStream outputStream = context.getContentResolver().openOutputStream(localUri)) { in storeChannelLogo()
125 String localUri = sipAudioCall.getLocalProfile().getUriString(); in takeIncomingCall() local126 if (localUri.equals(mProfile.getUriString())) { in takeIncomingCall()
510 Uri localUri = Uri.parse("content://" + TEST_AUTHORITY + "/local/url"); in testRestoreXml_withExistentCanonicalizedSoundUri() local511 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()