Home
last modified time | relevance | path

Searched refs:deviceIds (Results 1 – 3 of 3) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/
DShortcutsUpdater.java57 List<String> deviceIds = new ArrayList<>(); in update() local
59 deviceIds.add(s.getId()); in update()
68 if (!deviceIds.contains(id)) { in update()
73 mgr.enableShortcuts(deviceIds); in update()
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/query/
DInputDeviceResultTask.java178 final int[] deviceIds = InputDevice.getDeviceIds(); in getPhysicalFullKeyboards() local
179 if (deviceIds != null) { in getPhysicalFullKeyboards()
180 for (int deviceId : deviceIds) { in getPhysicalFullKeyboards()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothDevicePairer.java169 public static boolean hasValidInputDevice(Context context, int[] deviceIds) { in hasValidInputDevice() argument
172 for (int ptr = deviceIds.length - 1; ptr > -1; ptr--) { in hasValidInputDevice()
173 InputDevice device = inMan.getInputDevice(deviceIds[ptr]); in hasValidInputDevice()