Home
last modified time | relevance | path

Searched refs:STATE_CONNECTING (Results 1 – 25 of 34) 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.java80 case BluetoothAdapter.STATE_CONNECTING: in stateToString()
117 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()
DA2dpProfile.java110 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
DSapProfile.java170 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
DMapProfile.java167 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
DHeadsetProfile.java181 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
DCachedBluetoothDevice.java468 if (status == BluetoothProfile.STATE_CONNECTING in isBusy()
839 case BluetoothProfile.STATE_CONNECTING: in getConnectionSummary()
DLocalBluetoothProfileManager.java230 oldState == BluetoothProfile.STATE_CONNECTING) { in onReceive()
/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.java383 case STATE_CONNECTING: in stateToString()
DBluetoothA2dp.java519 case STATE_CONNECTING: in stateToString()
/frameworks/support/v4/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.java106 } else if (device.state == CastDevice.STATE_CONNECTING) { in handleUpdateState()
236 if (device.state == CastDevice.STATE_CONNECTING) { in updateItems()
DBluetoothTile.java233 } else if (state == BluetoothProfile.STATE_CONNECTING) { in updateItems()
/frameworks/support/v4/java/android/support/v4/media/session/
DPlaybackStateCompat.java151 STATE_REWINDING, STATE_BUFFERING, STATE_ERROR, STATE_CONNECTING,
226 public final static int STATE_CONNECTING = 8; field in PlaybackStateCompat
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java252 case BluetoothProfile.STATE_CONNECTING: in onReceive()
946 case BluetoothProfile.STATE_CONNECTING: in connectProfile()
1025 case BluetoothProfile.STATE_CONNECTING: in disconnectProfile()
1135 case BluetoothPan.STATE_CONNECTING: in connectPanOrIncomingPanConnection()
1238 case BluetoothPan.STATE_CONNECTING: in disconnectFromRemoteOrVerifyConnectNap()
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
DOnePlayerActivity.java207 case PlaybackState.STATE_CONNECTING:
/frameworks/base/services/core/java/com/android/server/media/
DMediaSessionStack.java47 PlaybackState.STATE_CONNECTING,
/frameworks/base/media/java/android/media/session/
DPlaybackState.java203 public final static int STATE_CONNECTING = 8; field in PlaybackState
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java324 if (device.state == CastDevice.STATE_CONNECTING in updateCast()
/frameworks/base/telecomm/java/android/telecom/
DCall.java89 public static final int STATE_CONNECTING = 9; field in Call

12