Home
last modified time | relevance | path

Searched defs:setState (Results 1 – 2 of 2) sorted by relevance

/development/samples/LunarLander/src/com/example/android/lunarlander/
DLunarView.java440 public void setState(int mode) { in setState() method in LunarView.LunarThread
453 public void setState(int mode, CharSequence message) { in setState() method in LunarView.LunarThread
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DBluetoothChatService.java85 private synchronized void setState(int state) { in setState() method in BluetoothChatService