Home
last modified time | relevance | path

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

/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
DBluetoothChatService.java66 public static final int STATE_LISTEN = 1; // now listening for incoming connections field in BluetoothChatService
121 setState(STATE_LISTEN); in start()
336 case STATE_LISTEN: in run()
DBluetoothChatFragment.java292 case BluetoothChatService.STATE_LISTEN:
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DBluetoothChatService.java66 public static final int STATE_LISTEN = 1; // now listening for incoming connections field in BluetoothChatService
111 setState(STATE_LISTEN); in start()
311 case STATE_LISTEN: in run()
DBluetoothChat.java258 case BluetoothChatService.STATE_LISTEN: