Home
last modified time | relevance | path

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

123

/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.java37 public static final int STATE_CONNECTING = 1; field in CastController.CastDevice
DBluetoothControllerImpl.java104 case BluetoothAdapter.STATE_CONNECTING: in stateToString()
161 return mConnectionState == BluetoothAdapter.STATE_CONNECTING; in isBluetoothConnecting()
DCastControllerImpl.java155 device.state = route.isConnecting() ? CastDevice.STATE_CONNECTING in getCastDevices()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DUtils.java18 case BluetoothProfile.STATE_CONNECTING: in getConnectionStateSummary()
DHfpClientProfile.java119 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
DSapProfile.java170 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
DPbapClientProfile.java127 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
DMapClientProfile.java166 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
DA2dpSinkProfile.java110 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
DMapProfile.java167 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
DHeadsetProfile.java181 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
DCachedBluetoothDevice.java490 if (status == BluetoothProfile.STATE_CONNECTING in isBusy()
865 case BluetoothProfile.STATE_CONNECTING: in getConnectionSummary()
DA2dpProfile.java126 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
/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.java469 case STATE_CONNECTING: in stateToString()
/frameworks/support/media-compat/tests/src/android/support/v4/media/session/
DPlaybackStateCompatTest.java199 .setState(PlaybackStateCompat.STATE_CONNECTING, TEST_POSITION, in testWriteToParcel()
223 assertEquals(PlaybackStateCompat.STATE_CONNECTING, stateOut.getState()); in testWriteToParcel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DCastTile.java171 } else if (device.state == CastDevice.STATE_CONNECTING) { in handleUpdateState()
305 if (device.state == CastDevice.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.java226 STATE_REWINDING, STATE_BUFFERING, STATE_ERROR, STATE_CONNECTING,
302 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.java67 PlaybackState.STATE_CONNECTING,
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
DQueueFragment.java229 case PlaybackStateCompat.STATE_CONNECTING: in onPlaybackStateChanged()

123