Searched refs:mAdbKeyXmlFile (Results 1 – 1 of 1) sorted by relevance
92 private File mAdbKeyXmlFile; field in AdbDebuggingManagerTest103 mAdbKeyXmlFile = new File(mContext.getFilesDir(), "test_adb_keys.xml"); in setUp()104 if (mAdbKeyXmlFile.exists()) { in setUp()105 mAdbKeyXmlFile.delete(); in setUp()114 mContext, ADB_CONFIRM_COMPONENT, mAdbKeyFile, mAdbKeyXmlFile, mThread, mFakeTicker); in setUp()708 mAdbKeyXmlFile.createNewFile(); in testClearAuthorizationsDeletesKeyFiles()715 mAdbKeyXmlFile.exists()); in testClearAuthorizationsDeletesKeyFiles()779 Files.delete(mAdbKeyXmlFile.toPath()); in test_notifyKeyFilesUpdated_filesDeletedRemovesPreviouslyAddedKey()798 Files.copy(mAdbKeyXmlFile.toPath(), tempXmlFile, StandardCopyOption.REPLACE_EXISTING); in test_notifyKeyFilesUpdated_newKeyIsAuthorized()802 Files.delete(mAdbKeyXmlFile.toPath()); in test_notifyKeyFilesUpdated_newKeyIsAuthorized()[all …]