Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/bluetooth/
DBluetoothProfile.java60 int STATE_CONNECTING = 1; field
69 STATE_CONNECTING,
317 case STATE_CONNECTING: in getConnectionStateName()
DBluetoothA2dpSink.java410 case STATE_CONNECTING: in stateToString()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DLocalBluetoothProfileManagerTest.java160 mIntent.putExtra(BluetoothProfile.EXTRA_PREVIOUS_STATE, BluetoothProfile.STATE_CONNECTING); in stateChangedHandler_receiveA2dpConnectionStateChanged_shouldDispatchCallback()
181 mIntent.putExtra(BluetoothProfile.EXTRA_PREVIOUS_STATE, BluetoothProfile.STATE_CONNECTING); in stateChangedHandler_receiveHeadsetConnectionStateChanged_shouldDispatchCallback()
203 mIntent.putExtra(BluetoothProfile.EXTRA_PREVIOUS_STATE, BluetoothProfile.STATE_CONNECTING); in stateChangedHandler_receiveHAPConnectionStateChanged_shouldDispatchDeviceManager()
224 mIntent.putExtra(BluetoothProfile.EXTRA_PREVIOUS_STATE, BluetoothProfile.STATE_CONNECTING); in stateChangedHandler_receivePanConnectionStateChanged_shouldNotDispatchCallback()
245 mIntent.putExtra(BluetoothProfile.EXTRA_PREVIOUS_STATE, BluetoothProfile.STATE_CONNECTING); in stateChangedHandler_receivePanConnectionStateChangedWithoutProfile_shouldNotRefresh()
265 mIntent.putExtra(BluetoothProfile.EXTRA_PREVIOUS_STATE, BluetoothProfile.STATE_CONNECTING); in stateChangedHandler_receivePanConnectionStateChangedWithProfile_shouldRefresh()
/frameworks/base/core/java/com/android/internal/net/
DLegacyVpnInfo.java37 public static final int STATE_CONNECTING = 2; field in LegacyVpnInfo
85 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.java118 case BluetoothAdapter.STATE_CONNECTING: in stateToString()
175 return mConnectionState == BluetoothAdapter.STATE_CONNECTING; in isBluetoothConnecting()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DHearingAidProfile.java120 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
137 BluetoothProfile.STATE_CONNECTING, in getConnectableDevices()
DA2dpProfile.java122 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
139 BluetoothProfile.STATE_CONNECTING, in getConnectableDevices()
DPbapClientProfile.java122 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
DMapClientProfile.java172 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
DHfpClientProfile.java120 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
DA2dpSinkProfile.java111 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
DSapProfile.java168 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
DMapProfile.java168 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
DHeadsetProfile.java197 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
DCachedBluetoothDevice.java549 if (status == BluetoothProfile.STATE_CONNECTING in isBusy()
857 case BluetoothProfile.STATE_CONNECTING: in getConnectionSummary()
965 case BluetoothProfile.STATE_CONNECTING: in getCarConnectionSummary()
DBluetoothUtils.java39 case BluetoothProfile.STATE_CONNECTING: in getConnectionStateSummary()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
DLocalMediaManager.java47 MediaDeviceState.STATE_CONNECTING,
51 int STATE_CONNECTING = 2; field
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DCastTile.java150 || device.state == CastDevice.STATE_CONNECTING) { in getActiveDevices()
198 } else if (device.state == CastDevice.STATE_CONNECTING) { in handleUpdateState()
359 if (device.state == CastDevice.STATE_CONNECTING) { in updateItems()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImplTest.java173 when(mMockAdapter.getConnectionState()).thenReturn(BluetoothAdapter.STATE_CONNECTING); in testOnServiceConnected_updatesConnectionState()
195 BluetoothAdapter.STATE_CONNECTING, in testOnBluetoothStateChange_updatesConnectionState()
/frameworks/base/media/java/android/media/session/
DPlaybackState.java182 STATE_REWINDING, STATE_BUFFERING, STATE_ERROR, STATE_CONNECTING,
255 public static final int STATE_CONNECTING = 8; field in PlaybackState
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java254 case BluetoothProfile.STATE_CONNECTING: in onReceive()
934 case BluetoothProfile.STATE_CONNECTING: in connectProfile()
1013 case BluetoothProfile.STATE_CONNECTING: in disconnectProfile()
1123 case BluetoothPan.STATE_CONNECTING: in connectPanOrIncomingPanConnection()
1226 case BluetoothPan.STATE_CONNECTING: in disconnectFromRemoteOrVerifyConnectNap()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DAutoTileManager.java204 || device.state == CastDevice.STATE_CONNECTING) {
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
DOnePlayerActivity.java207 case PlaybackState.STATE_CONNECTING:
/frameworks/base/services/core/java/com/android/server/media/
DMediaSessionStack.java68 PlaybackState.STATE_CONNECTING,

12