Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/
DShortcutsUpdater.java55 List<String> deviceIds = new ArrayList<>(); in update() local
57 deviceIds.add(s.getId()); in update()
66 if (!deviceIds.contains(id)) { in update()
71 mgr.enableShortcuts(deviceIds); in update()
/packages/apps/Dialer/java/com/android/dialer/app/
DSpecialCharSequenceMgr.java300 List<String> deviceIds = new ArrayList<String>(); in handleDeviceIdDisplay() local
305 deviceIds.add(deviceId); in handleDeviceIdDisplay()
309 deviceIds.add(telephonyManager.getDeviceId()); in handleDeviceIdDisplay()
314 .setItems(deviceIds.toArray(new String[deviceIds.size()]), null) in handleDeviceIdDisplay()
/packages/apps/Settings/src/com/android/settings/search/
DInputDeviceResultLoader.java180 final int[] deviceIds = InputDevice.getDeviceIds(); in getPhysicalFullKeyboards() local
181 if (deviceIds != null) { in getPhysicalFullKeyboards()
182 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()