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

Method isId

android/src/UsbSerialHelper.java:141–146  ·  view source on GitHub ↗
(String otherId)

Source from the content-addressed store, hash-verified

139 }
140
141 public boolean isId(String otherId) {
142 /* compare both id and oldId, because the XCSoar profile setting
143 may be older than XCSoar 7.25 and thus may not have the
144 serial number */
145 return otherId.contentEquals(id) || otherId.contentEquals(oldId);
146 }
147
148 public String getDisplayName() {
149 String name = device.getProductName();

Callers 1

getAvailableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected