Searched refs:deviceIds (Results 1 – 3 of 3) sorted by relevance
60 List<String> deviceIds = new ArrayList<>(); in update() local62 deviceIds.add(s.getId()); in update()71 if (!deviceIds.contains(id)) { in update()76 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()
167 public static boolean hasValidInputDevice(Context context, int[] deviceIds) { in hasValidInputDevice() argument170 for (int ptr = deviceIds.length - 1; ptr > -1; ptr--) { in hasValidInputDevice()171 InputDevice device = inMan.getInputDevice(deviceIds[ptr]); in hasValidInputDevice()