(String otherId)
| 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(); |