Searched refs:deviceString (Results 1 – 1 of 1) sorted by relevance
256 String deviceString = null; in getShipForId() local260 deviceString = dev.getDescriptor(); in getShipForId()262 deviceString = dev.getName(); in getShipForId()264 shipColor = mDescriptorMap.get(deviceString); in getShipForId()277 deviceString = null; in getShipForId()283 if (null != deviceString) { in getShipForId()284 mDescriptorMap.remove(deviceString); in getShipForId()292 if (null != deviceString) { in getShipForId()293 mDescriptorMap.put(deviceString, currentShip.getColor()); in getShipForId()