Searched refs:shipColor (Results 1 – 1 of 1) sorted by relevance
257 Integer shipColor = null; in getShipForId() local264 shipColor = mDescriptorMap.get(deviceString); in getShipForId()267 if (null != shipColor) { in getShipForId()268 int color = shipColor; in getShipForId()273 shipColor = null; in getShipForId()281 if (null != shipColor) { in getShipForId()282 currentShip = new Ship(shipColor); in getShipForId()