Home
last modified time | relevance | path

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

/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DBluetoothChatService.java67 public static final int STATE_CONNECTING = 2; // now initiating an outgoing connection field in BluetoothChatService
133 if (mState == STATE_CONNECTING) { in connect()
143 setState(STATE_CONNECTING); in connect()
312 case STATE_CONNECTING: in run()
DBluetoothChat.java255 case BluetoothChatService.STATE_CONNECTING:
/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
DBluetoothChatService.java68 public static final int STATE_CONNECTING = 2; // now initiating an outgoing connection field in BluetoothChatService
145 if (mState == STATE_CONNECTING) { in connect()
350 case STATE_CONNECTING: in run()
412 mState = STATE_CONNECTING; in ConnectThread()
DBluetoothChatFragment.java289 case BluetoothChatService.STATE_CONNECTING:
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DBluetoothLeService.java52 private static final int STATE_CONNECTING = 1; field in BluetoothLeService
223 mConnectionState = STATE_CONNECTING; in connect()
240 mConnectionState = STATE_CONNECTING; in connect()
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
DQueueFragment.java221 case PlaybackState.STATE_CONNECTING: in onPlaybackStateChanged()