Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/
DSpecialCharSequenceMgr.java333 List<String> deviceIds = new ArrayList<String>(); in handleDeviceIdDisplay() local
340 deviceIds.add(deviceId); in handleDeviceIdDisplay()
344 deviceIds.add(telephonyManager.getDeviceId()); in handleDeviceIdDisplay()
349 .setItems(deviceIds.toArray(new String[deviceIds.size()]), null) in handleDeviceIdDisplay()
/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()