MCPcopy Create free account
hub / github.com/XCSoar/XCSoar / isSupported

Method isSupported

android/src/UsbSerialHelper.java:221–224  ·  view source on GitHub ↗
(UsbDevice device)

Source from the content-addressed store, hash-verified

219 }
220
221 private static boolean isSupported(UsbDevice device) {
222 return UsbSerialDevice.isSupported(device) &&
223 exists(supported_ids, device.getVendorId(), device.getProductId());
224 }
225
226 private static boolean isSameDeviceName(UsbDevice a, UsbDevice b) {
227 return a.getDeviceName().equals(b.getDeviceName());

Callers 1

addAvailableMethod · 0.95

Calls 1

existsMethod · 0.95

Tested by

no test coverage detected