Searched refs:deviceIds (Results 1 – 3 of 3) sorted by relevance
57 List<String> deviceIds = new ArrayList<>(); in update() local59 deviceIds.add(s.getId()); in update()68 if (!deviceIds.contains(id)) { in update()73 mgr.enableShortcuts(deviceIds); in update()
178 final int[] deviceIds = InputDevice.getDeviceIds(); in getPhysicalFullKeyboards() local179 if (deviceIds != null) { in getPhysicalFullKeyboards()180 for (int deviceId : deviceIds) { in getPhysicalFullKeyboards()
169 public static boolean hasValidInputDevice(Context context, int[] deviceIds) { in hasValidInputDevice() argument172 for (int ptr = deviceIds.length - 1; ptr > -1; ptr--) { in hasValidInputDevice()173 InputDevice device = inMan.getInputDevice(deviceIds[ptr]); in hasValidInputDevice()