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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothController.java42 public static int STATE_CONNECTING = 1; field in class:BluetoothController.PairedDevice
53 if (state == STATE_CONNECTING) return "STATE_CONNECTING";
H A DCastController.java36 public static final int STATE_CONNECTING = 1; field in class:CastController.CastDevice
H A DBluetoothUtil.java47 if (state == BluetoothProfile.STATE_CONNECTING) return "STATE_CONNECTING";
80 if (connectionState == BluetoothAdapter.STATE_CONNECTING) return "STATE_CONNECTING";
H A DBluetoothControllerImpl.java70 BluetoothProfile.STATE_CONNECTING,
177 && mAdapter.getConnectionState() == BluetoothAdapter.STATE_CONNECTING;
216 if (state == BluetoothAdapter.STATE_CONNECTING) return PairedDevice.STATE_CONNECTING;
505 setConnecting(state == BluetoothAdapter.STATE_CONNECTING);
H A DCastControllerImpl.java155 device.state = route.isConnecting() ? CastDevice.STATE_CONNECTING
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothProfile.java51 public static final int STATE_CONNECTING = 1; field in interface:BluetoothProfile
172 * {@link #STATE_CONNECTED}, {@link #STATE_CONNECTING},
185 * {@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.java62 * {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
507 case STATE_CONNECTING:
H A DBluetoothAdapter.java325 * can be any of {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
353 public static final int STATE_CONNECTING = 1; field in class:BluetoothAdapter
1036 * {@link #STATE_CONNECTING} or {@link #STATE_DISCONNECTED}
1061 * {@link BluetoothProfile#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/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DCastTile.java103 } else if (device.state == CastDevice.STATE_CONNECTING) {
223 if (device.state == CastDevice.STATE_CONNECTING) {
H A DBluetoothTile.java214 } else if (device.state == PairedDevice.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
89 case STATE_CONNECTING:
/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/support/v4/java/android/support/v4/media/session/
H A DPlaybackStateCompat.java189 public final static int STATE_CONNECTING = 8; field in class:PlaybackStateCompat
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java251 case BluetoothProfile.STATE_CONNECTING:
945 case BluetoothProfile.STATE_CONNECTING:
1024 case BluetoothProfile.STATE_CONNECTING:
1134 case BluetoothPan.STATE_CONNECTING:
1237 case BluetoothPan.STATE_CONNECTING:
/frameworks/base/telecomm/java/android/telecom/
H A DCall.java81 public static final int STATE_CONNECTING = 9; field in class:Call
989 return STATE_CONNECTING;
/frameworks/base/media/java/android/media/session/
H A DPlaybackState.java198 public final static int STATE_CONNECTING = 8; field in class:PlaybackState
H A DMediaSession.java612 case PlaybackState.STATE_CONNECTING:
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java300 if (device.state == CastDevice.STATE_CONNECTING

Completed in 409 milliseconds