Searched refs:deviceIds (Results 1 – 4 of 4) sorted by relevance
55 List<String> deviceIds = new ArrayList<>(); in update() local57 deviceIds.add(s.getId()); in update()66 if (!deviceIds.contains(id)) { in update()71 mgr.enableShortcuts(deviceIds); in update()
300 List<String> deviceIds = new ArrayList<String>(); in handleDeviceIdDisplay() local305 deviceIds.add(deviceId); in handleDeviceIdDisplay()309 deviceIds.add(telephonyManager.getDeviceId()); in handleDeviceIdDisplay()314 .setItems(deviceIds.toArray(new String[deviceIds.size()]), null) in handleDeviceIdDisplay()
180 final int[] deviceIds = InputDevice.getDeviceIds(); in getPhysicalFullKeyboards() local181 if (deviceIds != null) { in getPhysicalFullKeyboards()182 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()