Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/adb/
DAdbDebuggingManagerTest.java796 Path tempXmlFile = Files.createTempFile("adbKeyXmlFile", ".tmp"); in test_notifyKeyFilesUpdated_newKeyIsAuthorized() local
798 Files.copy(mAdbKeyXmlFile.toPath(), tempXmlFile, StandardCopyOption.REPLACE_EXISTING); in test_notifyKeyFilesUpdated_newKeyIsAuthorized() local