Searched refs:allKeys (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/ |
D | AvrcpVolumeManager.java | 106 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/ |
D | ContactLocaleUtilsTest.java | 309 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/ |
D | KeyboardParams.java | 148 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/ |
D | KeyboardView.java | 892 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()
|