Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/adb/
DAdbDebuggingManagerTest.java755 assertEquals("adb_keys contains duplicate keys", 1, adbKeyFileKeys(mAdbKeyFile).size()); in testAdbKeyStore_addDuplicateKey_doesNotAddDuplicateToAdbKeyFile()
1136 return adbKeyFileKeys(keyFile).contains(key); in isKeyInFile()
1139 private static List<String> adbKeyFileKeys(File keyFile) throws Exception { in adbKeyFileKeys() method in AdbDebuggingManagerTest