Searched refs:testKeys (Results 1 – 3 of 3) sorted by relevance
239 public void testShortcuts(String testName, int[] testKeys, KeyboardLogEvent expectedLogEvent, in testShortcuts() argument241 sendKeyCombination(testKeys, 0); in testShortcuts()
160 ArraySet<Long> testKeys = mKeySetMapping.get(id); in packageIsSignedByLPr() local161 return pkgKeys.containsAll(testKeys); in packageIsSignedByLPr()188 ArraySet<Long> testKeys = mKeySetMapping.get(id); in packageIsSignedByExactlyLPr() local189 return pkgKeys.equals(testKeys); in packageIsSignedByExactlyLPr()
629 final String[] testKeys = {TEST_KEY_1, TEST_KEY_2}; in testUntrackedUserKeysAddedToKeystore() local633 for (String key : testKeys) { in testUntrackedUserKeysAddedToKeystore()649 for (String key : testKeys) { in testUntrackedUserKeysAddedToKeystore()