Searched refs:deviceIds (Results 1 – 2 of 2) sorted by relevance
333 List<String> deviceIds = new ArrayList<String>(); in handleDeviceIdDisplay() local340 deviceIds.add(deviceId); in handleDeviceIdDisplay()344 deviceIds.add(telephonyManager.getDeviceId()); in handleDeviceIdDisplay()349 .setItems(deviceIds.toArray(new String[deviceIds.size()]), null) in handleDeviceIdDisplay()
167 public static boolean hasValidInputDevice(Context context, int[] deviceIds) { in hasValidInputDevice() argument170 for (int ptr = deviceIds.length - 1; ptr > -1; ptr--) { in hasValidInputDevice()171 InputDevice device = inMan.getInputDevice(deviceIds[ptr]); in hasValidInputDevice()