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

Method isSameDeviceName

android/src/UsbSerialHelper.java:226–228  ·  view source on GitHub ↗
(UsbDevice a, UsbDevice b)

Source from the content-addressed store, hash-verified

224 }
225
226 private static boolean isSameDeviceName(UsbDevice a, UsbDevice b) {
227 return a.getDeviceName().equals(b.getDeviceName());
228 }
229
230 private static String getSerialNumber(UsbDevice device) {
231 try {

Callers 1

isSameDeviceMethod · 0.95

Calls 1

equalsMethod · 0.80

Tested by

no test coverage detected