Searched defs: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() local