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.java311 List<String> deviceIds = new ArrayList<String>(); in handleDeviceIdDisplay() local
313 deviceIds.add(telephonyManager.getDeviceId(slot)); in handleDeviceIdDisplay()
318 .setItems(deviceIds.toArray(new String[deviceIds.size()]), null) in handleDeviceIdDisplay()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DInputPairer.java153 public static boolean hasValidInputDevice(Context context, int[] deviceIds) { in hasValidInputDevice() argument
156 for (int ptr = deviceIds.length - 1; ptr > -1; ptr--) { in hasValidInputDevice()
157 InputDevice device = inMan.getInputDevice(deviceIds[ptr]); in hasValidInputDevice()