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

1 2 3

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
CastController.java 36 public static final int STATE_CONNECTING = 1;
BluetoothControllerImpl.java 80 case BluetoothAdapter.STATE_CONNECTING:
117 return mConnectionState == BluetoothAdapter.STATE_CONNECTING;
  /frameworks/base/core/java/com/android/internal/net/
LegacyVpnInfo.java 36 public static final int STATE_CONNECTING = 2;
81 return STATE_CONNECTING;
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 148 (getConnectionState(mTargetDevice) == BluetoothProfile.STATE_CONNECTING)) {
151 BluetoothProfile.STATE_CONNECTING);
178 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
183 BluetoothProfile.STATE_CONNECTING);
229 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
304 BluetoothProfile.STATE_CONNECTING);
346 BluetoothProfile.STATE_CONNECTING);
361 BluetoothProfile.STATE_CONNECTING);
377 BluetoothProfile.STATE_CONNECTING);
393 BluetoothProfile.STATE_CONNECTING);
    [all...]
A2dpSinkStateMachine.java 184 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
189 BluetoothProfile.STATE_CONNECTING);
238 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
313 BluetoothProfile.STATE_CONNECTING);
359 BluetoothProfile.STATE_CONNECTING);
374 BluetoothProfile.STATE_CONNECTING);
382 BluetoothProfile.STATE_CONNECTING);
398 BluetoothProfile.STATE_CONNECTING);
406 BluetoothProfile.STATE_CONNECTING);
414 BluetoothProfile.STATE_CONNECTING);
    [all...]
A2dpSinkService.java 110 connectionState == BluetoothProfile.STATE_CONNECTING) {
123 connectionState != BluetoothProfile.STATE_CONNECTING) {
A2dpService.java 144 connectionState == BluetoothProfile.STATE_CONNECTING) {
157 connectionState != BluetoothProfile.STATE_CONNECTING) {
  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 54 public static final int STATE_CONNECTING = 1;
182 * {@link #STATE_CONNECTED}, {@link #STATE_CONNECTING},
196 * {@link #STATE_CONNECTED}, {@link #STATE_CONNECTING},
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
Utils.java 18 case BluetoothProfile.STATE_CONNECTING:
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientService.java 449 connectionState == BluetoothProfile.STATE_CONNECTING) {
462 connectionState != BluetoothProfile.STATE_CONNECTING) {
511 connectionState != BluetoothProfile.STATE_CONNECTING) {
522 // STATE_CONNECTING state, we do these 2 in this method
525 connectionState != BluetoothProfile.STATE_CONNECTING) {
571 connectionState != BluetoothProfile.STATE_CONNECTING) {
583 connectionState != BluetoothProfile.STATE_CONNECTING) {
596 connectionState != BluetoothProfile.STATE_CONNECTING) {
609 connectionState != BluetoothProfile.STATE_CONNECTING) {
623 connectionState != BluetoothProfile.STATE_CONNECTING) {
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothA2dpConnector.java 54 BluetoothA2dp.STATE_CONNECTING);
56 BluetoothA2dp.STATE_CONNECTING);
62 if (previousState == BluetoothA2dp.STATE_CONNECTING) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java 387 state == BluetoothProfile.STATE_CONNECTING ||
401 case BluetoothProfile.STATE_CONNECTING:
402 return BluetoothAdapter.STATE_CONNECTING;
410 case BluetoothProfile.STATE_CONNECTING:
424 case BluetoothProfile.STATE_CONNECTING:
472 (newState == BluetoothProfile.STATE_CONNECTING &&
481 currHashState == BluetoothProfile.STATE_CONNECTING) {
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothPeripheralHandover.java 66 static final int STATE_CONNECTING = 5;
94 int mHfpResult; // used only in STATE_CONNECTING and STATE_DISCONNETING
95 int mA2dpResult; // used only in STATE_CONNECTING and STATE_DISCONNETING
324 mState = STATE_CONNECTING;
357 case STATE_CONNECTING:
419 (mState == STATE_CONNECTING || mState == STATE_DISCONNECTING)) {
429 (mState == STATE_CONNECTING || mState == STATE_DISCONNECTING)) {
439 (mState == STATE_CONNECTING || mState == STATE_DISCONNECTING)) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothChatService.java 80 public static final int STATE_CONNECTING = 2; // now initiating an outgoing connection
147 if (mState == STATE_CONNECTING) {
157 setState(STATE_CONNECTING);
318 case STATE_CONNECTING:
  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatService.java 67 public static final int STATE_CONNECTING = 2; // now initiating an outgoing connection
144 if (mState == STATE_CONNECTING) {
160 setState(STATE_CONNECTING);
337 case STATE_CONNECTING:
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatService.java 67 public static final int STATE_CONNECTING = 2; // now initiating an outgoing connection
144 if (mState == STATE_CONNECTING) {
160 setState(STATE_CONNECTING);
337 case STATE_CONNECTING:
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChatService.java 67 public static final int STATE_CONNECTING = 2; // now initiating an outgoing connection
133 if (mState == STATE_CONNECTING) {
143 setState(STATE_CONNECTING);
312 case STATE_CONNECTING:
  /development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
BluetoothChatService.java 67 public static final int STATE_CONNECTING = 2; // now initiating an outgoing connection
144 if (mState == STATE_CONNECTING) {
160 setState(STATE_CONNECTING);
337 case STATE_CONNECTING:
  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 52 private static final int STATE_CONNECTING = 1;
223 mConnectionState = STATE_CONNECTING;
240 mConnectionState = STATE_CONNECTING;
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 52 private static final int STATE_CONNECTING = 1;
223 mConnectionState = STATE_CONNECTING;
240 mConnectionState = STATE_CONNECTING;
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
BluetoothLeService.java 52 private static final int STATE_CONNECTING = 1;
223 mConnectionState = STATE_CONNECTING;
240 mConnectionState = STATE_CONNECTING;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
CastTile.java 106 } else if (device.state == CastDevice.STATE_CONNECTING) {
236 if (device.state == CastDevice.STATE_CONNECTING) {
  /frameworks/support/v4/ics/android/support/v4/media/session/
MediaSessionCompatApi14.java 41 final static int STATE_CONNECTING = 8;
105 case STATE_CONNECTING:
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 341 connectionState == BluetoothProfile.STATE_CONNECTING) {
354 connectionState != BluetoothProfile.STATE_CONNECTING) {
400 connectionState != BluetoothProfile.STATE_CONNECTING) {
411 // STATE_CONNECTING state, we do these 2 in this method
414 connectionState != BluetoothProfile.STATE_CONNECTING) {
484 connectionState != BluetoothProfile.STATE_CONNECTING) {
HeadsetStateMachine.java 343 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
348 BluetoothProfile.STATE_CONNECTING);
408 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTING,
493 BluetoothProfile.STATE_CONNECTING);
562 BluetoothProfile.STATE_CONNECTING);
582 BluetoothProfile.STATE_CONNECTING);
596 BluetoothProfile.STATE_CONNECTING);
618 BluetoothProfile.STATE_CONNECTING);
635 BluetoothProfile.STATE_CONNECTING);
648 BluetoothProfile.STATE_CONNECTING);
    [all...]

Completed in 1030 milliseconds

1 2 3