Searched refs:allowKey (Results 1 – 1 of 1) sorted by relevance
1038 private void runAdbTest(String key, boolean allowKey, boolean alwaysAllow, in runAdbTest() argument1044 .setAllowKey(allowKey) in runAdbTest()1071 assertEquals("The manager did not send the proper response for allowKey = " + allowKey, in runAdbTest()1072 allowKey ? RESPONSE_KEY_ALLOWED : RESPONSE_KEY_DENIED, threadResult.mMessage); in runAdbTest()1074 if (!allowKey || !alwaysAllow) { in runAdbTest()