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

Method isDevice

android/src/UsbSerialHelper.java:137–139  ·  view source on GitHub ↗
(UsbDevice otherDevice)

Source from the content-addressed store, hash-verified

135 }
136
137 public boolean isDevice(UsbDevice otherDevice) {
138 return isSameDevice(device, otherDevice);
139 }
140
141 public boolean isId(String otherId) {
142 /* compare both id and oldId, because the XCSoar profile setting

Callers 3

addAvailableMethod · 0.95
removeAvailableMethod · 0.95
onReceiveMethod · 0.80

Calls 1

isSameDeviceMethod · 0.80

Tested by

no test coverage detected