Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboardView.java799 private int getKeyIndices(int x, int y, int[] allKeys) { in getKeyIndices() argument
825 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()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactLocaleUtilsTest.java361 HashSet<String> allKeys = new HashSet<String>(); in verifyKeys() local
363 allKeys.add(resultKeys.next()); in verifyKeys()
365 assertEquals(new HashSet<String>(Arrays.asList(expectedKeys)), allKeys); in verifyKeys()