Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpVolumeManager.java106 Map<String, ?> allKeys = getVolumeMap().getAll(); in AvrcpVolumeManager() local
108 for (Map.Entry<String, ?> entry : allKeys.entrySet()) { in AvrcpVolumeManager()
277 Map<String, ?> allKeys = getVolumeMap().getAll(); in dump() local
278 for (Map.Entry<String, ?> entry : allKeys.entrySet()) { in dump()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactLocaleUtilsTest.java309 HashSet<String> allKeys = new HashSet<String>(); in verifyKeys() local
311 allKeys.add(resultKeys.next()); in verifyKeys()
313 assertEquals(new HashSet<String>(Arrays.asList(expectedKeys)), allKeys); in verifyKeys()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardParams.java148 final ArrayList<Key> allKeys = new ArrayList<>(mSortedKeys); in removeRedundantMoreKeys() local
150 for (final Key key : allKeys) { in removeRedundantMoreKeys()
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java892 private int getKeyIndices(int x, int y, int[] allKeys) { in getKeyIndices() argument
919 if (allKeys == null) continue; in getKeyIndices()
926 System.arraycopy(allKeys, j, allKeys, j + nCodes, in getKeyIndices()
927 allKeys.length - j - nCodes); in getKeyIndices()
929 allKeys[j + c] = key.codes[c]; in getKeyIndices()