Searched refs:mAdbKeyFile (Results 1 – 1 of 1) sorted by relevance
83 private File mAdbKeyFile; field in AdbDebuggingManagerTest88 mAdbKeyFile = new File(mContext.getFilesDir(), "adb_keys"); in setUp()89 if (mAdbKeyFile.exists()) { in setUp()90 mAdbKeyFile.delete(); in setUp()92 mManager = new AdbDebuggingManager(mContext, ADB_CONFIRM_COMPONENT, mAdbKeyFile); in setUp()134 isKeyInFile(TEST_KEY_1, mAdbKeyFile)); in testAllowNewKeyOnce()200 isKeyInFile(TEST_KEY_1, mAdbKeyFile)); in testAlwaysAllowConnectionFromKey()222 isKeyInFile(TEST_KEY_1, mAdbKeyFile)); in testOriginalAlwaysAllowBehavior()284 isKeyInFile(TEST_KEY_1, mAdbKeyFile)); in testKeystorePersisted()307 isKeyInFile(TEST_KEY_1, mAdbKeyFile)); in testAdbClearRemovesActiveKey()[all …]