Searched refs:STATE_CONNECTING (Results 1 - 25 of 27) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DCastController.java36 public static final int STATE_CONNECTING = 1; field in class:CastController.CastDevice
H A DBluetoothControllerImpl.java80 case BluetoothAdapter.STATE_CONNECTING:
117 return mConnectionState == BluetoothAdapter.STATE_CONNECTING;
H A DCastControllerImpl.java155 device.state = route.isConnecting() ? CastDevice.STATE_CONNECTING
/frameworks/base/core/java/com/android/internal/net/
H A DLegacyVpnInfo.java36 public static final int STATE_CONNECTING = 2; field in class:LegacyVpnInfo
81 return STATE_CONNECTING;
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothProfile.java54 public static final int STATE_CONNECTING = 1; field in interface:BluetoothProfile
182 * {@link #STATE_CONNECTED}, {@link #STATE_CONNECTING},
196 * {@link #STATE_CONNECTED}, {@link #STATE_CONNECTING},
H A DBluetoothA2dpSink.java57 * {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
383 case STATE_CONNECTING:
H A DBluetoothPbap.java80 public static final int STATE_CONNECTING = 1; field in class:BluetoothPbap
H A DBluetoothA2dp.java65 * {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
519 case STATE_CONNECTING:
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DUtils.java18 case BluetoothProfile.STATE_CONNECTING:
H A DA2dpProfile.java110 BluetoothProfile.STATE_CONNECTING,
H A DHeadsetProfile.java181 BluetoothProfile.STATE_CONNECTING,
H A DMapProfile.java167 BluetoothProfile.STATE_CONNECTING,
H A DSapProfile.java170 BluetoothProfile.STATE_CONNECTING,
H A DCachedBluetoothDevice.java468 if (status == BluetoothProfile.STATE_CONNECTING
844 case BluetoothProfile.STATE_CONNECTING:
H A DLocalBluetoothProfileManager.java230 oldState == BluetoothProfile.STATE_CONNECTING) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DCastTile.java106 } else if (device.state == CastDevice.STATE_CONNECTING) {
236 if (device.state == CastDevice.STATE_CONNECTING) {
H A DBluetoothTile.java233 } else if (state == BluetoothProfile.STATE_CONNECTING) {
/frameworks/support/v4/ics/android/support/v4/media/session/
H A DMediaSessionCompatApi14.java41 final static int STATE_CONNECTING = 8; field in class:MediaSessionCompatApi14
105 case STATE_CONNECTING:
/frameworks/support/v4/java/android/support/v4/media/session/
H A DPlaybackStateCompat.java151 STATE_REWINDING, STATE_BUFFERING, STATE_ERROR, STATE_CONNECTING,
226 public final static int STATE_CONNECTING = 8; field in class:PlaybackStateCompat
346 * <li> {@link PlaybackStateCompat#STATE_CONNECTING}</li>
819 * <li> {@link PlaybackStateCompat#STATE_CONNECTING}</li>
854 * <li> {@link PlaybackStateCompat#STATE_CONNECTING}</li>
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionStack.java47 PlaybackState.STATE_CONNECTING,
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DOnePlayerActivity.java207 case PlaybackState.STATE_CONNECTING:
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java252 case BluetoothProfile.STATE_CONNECTING:
946 case BluetoothProfile.STATE_CONNECTING:
1025 case BluetoothProfile.STATE_CONNECTING:
1135 case BluetoothPan.STATE_CONNECTING:
1238 case BluetoothPan.STATE_CONNECTING:
/frameworks/base/media/java/android/media/session/
H A DPlaybackState.java203 public final static int STATE_CONNECTING = 8; field in class:PlaybackState
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java332 if (device.state == CastDevice.STATE_CONNECTING
/frameworks/base/telecomm/java/android/telecom/
H A DCall.java89 public static final int STATE_CONNECTING = 9; field in class:Call

Completed in 562 milliseconds

12