Searched defs:STATE_CONNECTING (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothA2dp.java71 public static final int STATE_CONNECTING = 1; field in class:BluetoothA2dp
296 case STATE_CONNECTING:
H A DBluetoothPbap.java79 public static final int STATE_CONNECTING = 1; field in class:BluetoothPbap
H A DBluetoothHeadset.java100 public static final int STATE_CONNECTING = 1; field in class:BluetoothHeadset
H A DScoSocket.java43 public static final int STATE_CONNECTING = 3; // connect() thread running field in class:ScoSocket
54 private WakeLock mWakeLock; // held while in STATE_CONNECTING
97 mState = STATE_CONNECTING;
141 if (mState != STATE_CONNECTING) {

Completed in 50 milliseconds