Home
last modified time | relevance | path

Searched refs:deviceString (Results 1 – 1 of 1) sorted by relevance

/development/samples/ControllerSample/src/com/example/controllersample/
DGameView.java256 String deviceString = null; in getShipForId() local
260 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()