Home
last modified time | relevance | path

Searched refs:mAdbKeyFile (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/adb/
DAdbDebuggingManagerTest.java93 private File mAdbKeyFile; field in AdbDebuggingManagerTest
99 mAdbKeyFile = new File(mContext.getFilesDir(), "adb_keys"); in setUp()
100 if (mAdbKeyFile.exists()) { in setUp()
101 mAdbKeyFile.delete(); in setUp()
114 mContext, ADB_CONFIRM_COMPONENT, mAdbKeyFile, mAdbKeyXmlFile, mThread, mFakeTicker); in setUp()
157 isKeyInFile(TEST_KEY_1, mAdbKeyFile)); in testAllowNewKeyOnce()
218 isKeyInFile(TEST_KEY_1, mAdbKeyFile)); in testAlwaysAllowConnectionFromKey()
240 isKeyInFile(TEST_KEY_1, mAdbKeyFile)); in testOriginalAlwaysAllowBehavior()
302 isKeyInFile(TEST_KEY_1, mAdbKeyFile)); in testKeystorePersisted()
325 isKeyInFile(TEST_KEY_1, mAdbKeyFile)); in testAdbClearRemovesActiveKey()
[all …]