Searched refs:allKeys (Results 1 – 2 of 2) sorted by relevance
112 HashSet<String> allKeys = new HashSet<String>(); in verifyKeys() local114 allKeys.add(resultKeys.next()); in verifyKeys()116 assertEquals(allKeys, new HashSet<String>(Arrays.asList(expectedKeys))); in verifyKeys()
799 private int getKeyIndices(int x, int y, int[] allKeys) { in getKeyIndices() argument825 if (allKeys == null) continue; in getKeyIndices()831 System.arraycopy(allKeys, j, allKeys, j + nCodes, in getKeyIndices()832 allKeys.length - j - nCodes); in getKeyIndices()834 allKeys[j + c] = key.codes[c]; in getKeyIndices()