Searched refs:tempAdbKeysFile (Results 1 – 1 of 1) sorted by relevance
797 Path tempAdbKeysFile = Files.createTempFile("adb_keys", ".tmp"); in test_notifyKeyFilesUpdated_newKeyIsAuthorized() local799 Files.copy(mAdbKeyFile.toPath(), tempAdbKeysFile, StandardCopyOption.REPLACE_EXISTING); in test_notifyKeyFilesUpdated_newKeyIsAuthorized() local811 Files.copy(tempAdbKeysFile, mAdbKeyFile.toPath(), StandardCopyOption.REPLACE_EXISTING); in test_notifyKeyFilesUpdated_newKeyIsAuthorized()