Searched refs:deviceIds (Results 1 – 2 of 2) sorted by relevance
311 List<String> deviceIds = new ArrayList<String>(); in handleDeviceIdDisplay() local313 deviceIds.add(telephonyManager.getDeviceId(slot)); in handleDeviceIdDisplay()318 .setItems(deviceIds.toArray(new String[deviceIds.size()]), null) in handleDeviceIdDisplay()
153 public static boolean hasValidInputDevice(Context context, int[] deviceIds) { in hasValidInputDevice() argument156 for (int ptr = deviceIds.length - 1; ptr > -1; ptr--) { in hasValidInputDevice()157 InputDevice device = inMan.getInputDevice(deviceIds[ptr]); in hasValidInputDevice()