Searched refs:shipID (Results 1 – 1 of 1) sorted by relevance
250 private Ship getShipForId(int shipID) { in getShipForId() argument251 Ship currentShip = mShips.get(shipID); in getShipForId()255 InputDevice dev = InputDevice.getDevice(shipID); in getShipForId()289 mShips.append(shipID, currentShip); in getShipForId()304 private void removeShipForID(int shipID) { in removeShipForID() argument305 mShips.remove(shipID); in removeShipForID()