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.java60 List<String> deviceIds = new ArrayList<>(); in update() local
62 deviceIds.add(s.getId()); in update()
71 if (!deviceIds.contains(id)) { in update()
76 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.java167 public static boolean hasValidInputDevice(Context context, int[] deviceIds) { in hasValidInputDevice() argument
170 for (int ptr = deviceIds.length - 1; ptr > -1; ptr--) { in hasValidInputDevice()
171 InputDevice device = inMan.getInputDevice(deviceIds[ptr]); in hasValidInputDevice()