Searched refs:intDevice (Results 1 – 1 of 1) sorted by relevance
254 public static int convertInternalDeviceToDeviceType(int intDevice) { in convertInternalDeviceToDeviceType() argument255 return INT_TO_EXT_DEVICE_MAPPING.get(intDevice, TYPE_UNKNOWN); in convertInternalDeviceToDeviceType()