HomeSort by relevance Sort by last modified time
    Searched refs:STATE_CONNECTING (Results 1 - 15 of 15) sorted by null

  /frameworks/base/core/java/android/bluetooth/
ScoSocket.java 43 public static final int STATE_CONNECTING = 3; // connect() thread running
54 private WakeLock mWakeLock; // held while in STATE_CONNECTING
97 mState = STATE_CONNECTING;
141 if (mState != STATE_CONNECTING) {
BluetoothA2dp.java 71 public static final int STATE_CONNECTING = 1;
280 case STATE_CONNECTING:
BluetoothPbap.java 79 public static final int STATE_CONNECTING = 1;
BluetoothHeadset.java 100 public static final int STATE_CONNECTING = 1;
BluetoothDeviceProfileState.java 680 } else if (mHeadsetState == BluetoothHeadset.STATE_CONNECTING) {
    [all...]
  /external/qemu/proxy/
proxy_http_connector.c 26 STATE_CONNECTING, /* connecting to the server */
69 conn->state = STATE_CONNECTING;
94 case STATE_CONNECTING:
118 case STATE_CONNECTING:
proxy_http_rewriter.c 311 STATE_CONNECTING = 0,
381 conn->state = STATE_CONNECTING;
909 case STATE_CONNECTING:
966 case STATE_CONNECTING:
    [all...]
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChatService.java 62 public static final int STATE_CONNECTING = 2; // now initiating an outgoing connection
122 if (mState == STATE_CONNECTING) {
132 setState(STATE_CONNECTING);
264 case STATE_CONNECTING:
BluetoothChat.java 252 case BluetoothChatService.STATE_CONNECTING:
  /frameworks/base/core/java/android/server/
BluetoothA2dpService.java 194 return BluetoothA2dp.STATE_CONNECTING;
258 case BluetoothA2dp.STATE_CONNECTING:
310 BluetoothA2dp.STATE_CONNECTING,
322 case BluetoothA2dp.STATE_CONNECTING:
332 handleSinkStateChange(device, state, BluetoothA2dp.STATE_CONNECTING);
430 BluetoothA2dp.STATE_CONNECTING,
BluetoothService.java     [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEventRedirector.java 104 oldState == BluetoothHeadset.STATE_CONNECTING) {
115 oldState == BluetoothA2dp.STATE_CONNECTING) {
LocalBluetoothProfileManager.java 285 case BluetoothA2dp.STATE_CONNECTING:
485 case BluetoothHeadset.STATE_CONNECTING:
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 124 if (state == BluetoothHeadset.STATE_CONNECTING ||
201 case BluetoothHeadset.STATE_CONNECTING:
254 state == BluetoothHeadset.STATE_CONNECTING) &&
423 mRemoteHeadsets.get(device).mState != BluetoothHeadset.STATE_CONNECTING) {
706 setState(device, BluetoothHeadset.STATE_CONNECTING);
764 setState(device, BluetoothHeadset.STATE_CONNECTING);
    [all...]
  /frameworks/base/core/tests/coretests/src/android/bluetooth/
BluetoothTestUtils.java 207 case BluetoothA2dp.STATE_CONNECTING:
229 case BluetoothHeadset.STATE_CONNECTING:
782 case BluetoothA2dp.STATE_CONNECTING:
796 // Check whether STATE_CONNECTING and (STATE_CONNECTED or STATE_PLAYING) intents
    [all...]

Completed in 67 milliseconds