Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/adb/
DAdbDebuggingManagerTest.java73 private static final String TEST_KEY_1 = "dGVzdCBrZXkgMQo= test@android.com"; field in AdbDebuggingManagerTest
150 runAdbTest(TEST_KEY_1, true, false, false); in testAllowNewKeyOnce()
157 isKeyInFile(TEST_KEY_1, mAdbKeyFile)); in testAllowNewKeyOnce()
164 runAdbTest(TEST_KEY_1, false, false, false); in testDenyNewKey()
174 runAdbTest(TEST_KEY_1, true, true, false); in testDisconnectAlwaysAllowKey()
181 disconnectKey(TEST_KEY_1); in testDisconnectAlwaysAllowKey()
185 mKeyStore.getLastConnectionTime(TEST_KEY_1)); in testDisconnectAlwaysAllowKey()
195 runAdbTest(TEST_KEY_1, true, false, false); in testDisconnectAllowedOnceKey()
198 disconnectKey(TEST_KEY_1); in testDisconnectAllowedOnceKey()
201 runAdbTest(TEST_KEY_1, true, false, false); in testDisconnectAllowedOnceKey()
[all …]