Searched refs:allKeys (Results 1 – 2 of 2) sorted by relevance
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()
361 HashSet<String> allKeys = new HashSet<String>(); in verifyKeys() local363 allKeys.add(resultKeys.next()); in verifyKeys()365 assertEquals(new HashSet<String>(Arrays.asList(expectedKeys)), allKeys); in verifyKeys()