Home
last modified time | relevance | path

Searched refs:STATE_CONNECTING (Results 1 – 25 of 38) sorted by relevance

12

/frameworks/base/core/java/com/android/internal/net/
DLegacyVpnInfo.java36 public static final int STATE_CONNECTING = 2; field in LegacyVpnInfo
81 return STATE_CONNECTING; in stateFromNetworkInfo()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DCastController.java36 public static final int STATE_CONNECTING = 1; field in CastController.CastDevice
DBluetoothControllerImpl.java93 case BluetoothAdapter.STATE_CONNECTING: in stateToString()
135 return mConnectionState == BluetoothAdapter.STATE_CONNECTING; in isBluetoothConnecting()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DUtils.java18 case BluetoothProfile.STATE_CONNECTING: in getConnectionStateSummary()
DPbapClientProfile.java127 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
DSapProfile.java170 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
DHfpClientProfile.java119 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
DMapProfile.java167 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
DA2dpSinkProfile.java110 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
DA2dpProfile.java110 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
DHeadsetProfile.java181 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
DCachedBluetoothDevice.java468 if (status == BluetoothProfile.STATE_CONNECTING in isBusy()
846 case BluetoothProfile.STATE_CONNECTING: in getConnectionSummary()
/frameworks/base/core/java/android/bluetooth/
DBluetoothProfile.java54 public static final int STATE_CONNECTING = 1; field
DBluetoothPbap.java80 public static final int STATE_CONNECTING = 1; field in BluetoothPbap
DBluetoothA2dpSink.java466 case STATE_CONNECTING: in stateToString()
/frameworks/support/media-compat/ics/android/support/v4/media/session/
DMediaSessionCompatApi14.java41 final static int STATE_CONNECTING = 8; field in MediaSessionCompatApi14
105 case STATE_CONNECTING: in getRccStateFromState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DCastTile.java130 } else if (device.state == CastDevice.STATE_CONNECTING) { in handleUpdateState()
264 if (device.state == CastDevice.STATE_CONNECTING) { in updateItems()
DBluetoothTile.java266 } else if (state == BluetoothProfile.STATE_CONNECTING) { in updateItems()
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java254 case BluetoothProfile.STATE_CONNECTING: in onReceive()
928 case BluetoothProfile.STATE_CONNECTING: in connectProfile()
1007 case BluetoothProfile.STATE_CONNECTING: in disconnectProfile()
1117 case BluetoothPan.STATE_CONNECTING: in connectPanOrIncomingPanConnection()
1220 case BluetoothPan.STATE_CONNECTING: in disconnectFromRemoteOrVerifyConnectNap()
/frameworks/base/media/java/android/media/session/
DPlaybackState.java182 STATE_REWINDING, STATE_BUFFERING, STATE_ERROR, STATE_CONNECTING,
255 public final static int STATE_CONNECTING = 8; field in PlaybackState
/frameworks/support/media-compat/java/android/support/v4/media/session/
DPlaybackStateCompat.java196 STATE_REWINDING, STATE_BUFFERING, STATE_ERROR, STATE_CONNECTING,
271 public final static int STATE_CONNECTING = 8; field in PlaybackStateCompat
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
DOnePlayerActivity.java207 case PlaybackState.STATE_CONNECTING:
/frameworks/base/services/core/java/com/android/server/media/
DMediaSessionStack.java51 PlaybackState.STATE_CONNECTING,
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
DQueueFragment.java228 case PlaybackStateCompat.STATE_CONNECTING: in onPlaybackStateChanged()
/frameworks/base/telecomm/java/android/telecom/
DCall.java89 public static final int STATE_CONNECTING = 9; field in Call
1304 case STATE_CONNECTING: in stateToString()

12