Home
last modified time | relevance | path

Searched defs:tempAdbKeysFile (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/adb/
DAdbDebuggingManagerTest.java797 Path tempAdbKeysFile = Files.createTempFile("adb_keys", ".tmp"); in test_notifyKeyFilesUpdated_newKeyIsAuthorized() local
799 Files.copy(mAdbKeyFile.toPath(), tempAdbKeysFile, StandardCopyOption.REPLACE_EXISTING); in test_notifyKeyFilesUpdated_newKeyIsAuthorized() local