/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/bluetooth/ |
D | BluetoothRepositoryImplTest.kt | 64 whenever(bluetoothAdapter.connectionState).thenReturn(BluetoothProfile.STATE_CONNECTING) in <lambda>() 68 assertThat(status.maxConnectionState).isEqualTo(BluetoothProfile.STATE_CONNECTING) in <lambda>() 74 whenever(bluetoothAdapter.connectionState).thenReturn(BluetoothProfile.STATE_CONNECTING) in <lambda>() 89 whenever(bluetoothAdapter.connectionState).thenReturn(BluetoothProfile.STATE_CONNECTING) in <lambda>() 101 assertThat(status.maxConnectionState).isEqualTo(BluetoothProfile.STATE_CONNECTING) in <lambda>() 109 whenever(it.maxConnectionState).thenReturn(BluetoothProfile.STATE_CONNECTING) in <lambda>() 114 assertThat(status.maxConnectionState).isEqualTo(BluetoothProfile.STATE_CONNECTING) in <lambda>() 123 whenever(it.maxConnectionState).thenReturn(BluetoothProfile.STATE_CONNECTING) in <lambda>() 139 whenever(bluetoothAdapter.connectionState).thenReturn(BluetoothProfile.STATE_CONNECTING) in <lambda>()
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/ |
D | LocalBluetoothProfileManagerTest.java | 172 mIntent.putExtra(BluetoothProfile.EXTRA_PREVIOUS_STATE, BluetoothProfile.STATE_CONNECTING); in stateChangedHandler_receiveA2dpConnectionStateChanged_shouldDispatchCallback() 193 mIntent.putExtra(BluetoothProfile.EXTRA_PREVIOUS_STATE, BluetoothProfile.STATE_CONNECTING); in stateChangedHandler_receiveHeadsetConnectionStateChanged_shouldDispatchCallback() 216 mIntent.putExtra(BluetoothProfile.EXTRA_PREVIOUS_STATE, BluetoothProfile.STATE_CONNECTING); in stateChangedHandler_receiveHearingAidConnectionStateChanged_dispatchDeviceManager() 238 mIntent.putExtra(BluetoothProfile.EXTRA_PREVIOUS_STATE, BluetoothProfile.STATE_CONNECTING); in stateChangedHandler_receiveHapClientConnectionStateChanged_dispatchDeviceManager() 259 mIntent.putExtra(BluetoothProfile.EXTRA_PREVIOUS_STATE, BluetoothProfile.STATE_CONNECTING); in stateChangedHandler_receivePanConnectionStateChanged_shouldNotDispatchCallback() 280 mIntent.putExtra(BluetoothProfile.EXTRA_PREVIOUS_STATE, BluetoothProfile.STATE_CONNECTING); in stateChangedHandler_receivePanConnectionStateChangedWithoutProfile_shouldNotRefresh() 300 mIntent.putExtra(BluetoothProfile.EXTRA_PREVIOUS_STATE, BluetoothProfile.STATE_CONNECTING); in stateChangedHandler_receivePanConnectionStateChangedWithProfile_shouldRefresh()
|
/frameworks/base/core/java/android/net/ |
D | VpnProfileState.java | 37 public static final int STATE_CONNECTING = 1; field in VpnProfileState 46 STATE_CONNECTING, 160 case STATE_CONNECTING: in convertStateToString()
|
/frameworks/base/core/java/com/android/internal/net/ |
D | LegacyVpnInfo.java | 37 public static final int STATE_CONNECTING = 2; field in LegacyVpnInfo 89 return STATE_CONNECTING; in stateFromNetworkInfo()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | BluetoothCallback.java | 20 import static android.bluetooth.BluetoothAdapter.STATE_CONNECTING; 179 STATE_CONNECTING,
|
D | HearingAidProfile.java | 162 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices() 179 BluetoothProfile.STATE_CONNECTING, in getConnectableDevices()
|
D | LeAudioProfile.java | 135 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices() 145 BluetoothProfile.STATE_CONNECTING, in getConnectableDevices()
|
D | A2dpProfile.java | 132 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices() 149 BluetoothProfile.STATE_CONNECTING, in getConnectableDevices()
|
D | HapClientProfile.java | 185 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices() 202 BluetoothProfile.STATE_CONNECTING, in getConnectableDevices()
|
D | PbapClientProfile.java | 125 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
|
D | SapProfile.java | 160 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
|
D | MapClientProfile.java | 161 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
|
D | MapProfile.java | 162 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
|
D | CsipSetCoordinatorProfile.java | 123 new int[] {BluetoothProfile.STATE_CONNECTED, BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
|
D | HfpClientProfile.java | 123 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
|
D | A2dpSinkProfile.java | 114 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
|
/frameworks/base/media/java/android/media/session/ |
D | PlaybackState.java | 194 STATE_REWINDING, STATE_BUFFERING, STATE_ERROR, STATE_CONNECTING, 268 public static final int STATE_CONNECTING = 8; field in PlaybackState 539 case PlaybackState.STATE_CONNECTING: in isActive() 579 case STATE_CONNECTING: in getStringForStateInt()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | CastController.java | 42 public static final int STATE_CONNECTING = 1; field in CastController.CastDevice
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/ |
D | LocalMediaManager.java | 65 MediaDeviceState.STATE_CONNECTING, 72 int STATE_CONNECTING = 1; field 190 device.setState(MediaDeviceState.STATE_CONNECTING); in connectDevice() 201 device.setState(MediaDeviceState.STATE_CONNECTING); in connectDevice() 673 if (device.getState() == MediaDeviceState.STATE_CONNECTING) { in onRequestFailed()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/domain/autoaddable/ |
D | CastAutoAddable.kt | 47 it.state == CastController.CastDevice.STATE_CONNECTING in getCallback()
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/ |
D | LocalMediaManagerTest.java | 181 .STATE_CONNECTING); in connectDevice_deviceNotEqualCurrentConnectedDevice_isConnectingState() 193 .STATE_CONNECTING); in connectDevice_deviceEqualCurrentConnectedDevice_notConnectingState() 414 mInfoMediaDevice1.setState(LocalMediaManager.MediaDeviceState.STATE_CONNECTING); in onRequestFailed_checkDevicesState() 418 .STATE_CONNECTING); in onRequestFailed_checkDevicesState()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/ |
D | CastTileTest.java | 389 connecting.state = CastDevice.STATE_CONNECTING; in testUpdateState_connectedAndConnecting() 445 connecting.state = CastDevice.STATE_CONNECTING; in testExpandView_connecting_projection() 476 connecting.state = CastDevice.STATE_CONNECTING; in testExpandView_connecting_mediaRoute()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/pipeline/domain/autoaddable/ |
D | CastAutoAddableTest.kt | 98 CastController.CastDevice().apply { state = CastController.CastDevice.STATE_CONNECTING } in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
D | CastTile.java | 203 || device.state == CastDevice.STATE_CONNECTING) { in getActiveDevices() 287 } else if (device.state == CastDevice.STATE_CONNECTING) { in handleUpdateState()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | CastControllerImplTest.java | 160 castDevice.state = CastController.CastDevice.STATE_CONNECTING; in hasConnectedCastDevice_notConnected()
|