(UsbDevice otherDevice)
| 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 |
no test coverage detected