Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/satellite/accesscontrol/
DSatelliteAccessController.java480 Path targetSatS2FilePath = targetDir.resolve(sourceFileName); in copyTestSatS2FileToPhoneDirectory() local
487 Files.copy(inputStream, targetSatS2FilePath, StandardCopyOption.REPLACE_EXISTING); in copyTestSatS2FileToPhoneDirectory()
492 return targetSatS2FilePath; in copyTestSatS2FileToPhoneDirectory()
505 Path targetSatS2FilePath = targetDir.resolve(CONFIG_UPDATER_S2_CELL_FILE_NAME); in copySatS2FileToLocalDirectory() local
513 Files.copy(inputStream, targetSatS2FilePath, StandardCopyOption.REPLACE_EXISTING); in copySatS2FileToLocalDirectory()
519 return targetSatS2FilePath.toFile(); in copySatS2FileToLocalDirectory()