Home
last modified time | relevance | path

Searched refs:setConnectionState (Results 1 – 10 of 10) sorted by relevance

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
H A DBluetoothSummaryUpdaterTest.java94 mShadowBluetoothAdapter.setConnectionState(mAdapterConnectionState[0]); in setUp()
114 mShadowBluetoothAdapter.setConnectionState(BluetoothAdapter.STATE_CONNECTED); in register_true_shouldSendSummaryChange()
128 mShadowBluetoothAdapter.setConnectionState(BluetoothAdapter.STATE_CONNECTED); in onBluetoothStateChanged_btDisabled_shouldSendDisabledSummary()
141 mShadowBluetoothAdapter.setConnectionState(BluetoothAdapter.STATE_CONNECTED); in onBluetoothStateChanged_btEnabled_connected_shouldSendConnectedSummary()
155 mShadowBluetoothAdapter.setConnectionState(BluetoothAdapter.STATE_CONNECTED); in onBluetoothStateChanged_btEnabled_connectedMisMatch_shouldSendNotConnected()
169 mShadowBluetoothAdapter.setConnectionState(BluetoothAdapter.STATE_DISCONNECTED); in onBluetoothStateChanged_btEnabled_notConnected_shouldSendDisconnectedMessage()
183 mShadowBluetoothAdapter.setConnectionState(BluetoothAdapter.STATE_DISCONNECTED); in onBluetoothStateChanged_ConnectedDisabledEnabled_shouldSendDisconnectedSummary()
191 mShadowBluetoothAdapter.setConnectionState(BluetoothAdapter.STATE_CONNECTED); in onBluetoothStateChanged_ConnectedDisabledEnabled_shouldSendDisconnectedSummary()
217 mShadowBluetoothAdapter.setConnectionState(BluetoothAdapter.STATE_CONNECTED); in onConnectionStateChanged_connected_shouldSendConnectedMessage()
246 mShadowBluetoothAdapter.setConnectionState(BluetoothAdapter.STATE_CONNECTED); in onConnectionStateChanged_noBondedDevice_shouldSendDisconnectedMessage()
[all …]
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpBipClient.java233 private void setConnectionState(int state) { in setConnectionState() method in AvrcpBipClient
255 setConnectionState(BluetoothProfile.STATE_CONNECTING); in connect()
269 setConnectionState(BluetoothProfile.STATE_CONNECTED); in connect()
288 setConnectionState(BluetoothProfile.STATE_DISCONNECTING); in refreshObexSession()
298 setConnectionState(BluetoothProfile.STATE_CONNECTING); in refreshObexSession()
306 setConnectionState(BluetoothProfile.STATE_CONNECTED); in refreshObexSession()
325 setConnectionState(BluetoothProfile.STATE_DISCONNECTING); in disconnect()
347 setConnectionState(BluetoothProfile.STATE_DISCONNECTED); in disconnect()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
H A DShadowBluetoothAdapter.java53 public void setConnectionState(int state) { in setConnectionState() method in ShadowBluetoothAdapter
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterProperties.java406 void setConnectionState(int connectionState) { in setConnectionState() method in AdapterProperties
685 setConnectionState(newAdapterState); in sendConnectionStateChange()
1011 setConnectionState(BluetoothAdapter.STATE_DISCONNECTED); in onBluetoothReady()
/aosp12/frameworks/base/services/core/java/com/android/server/media/
H A DBluetoothRouteProvider.java296 .setConnectionState(MediaRoute2Info.CONNECTION_STATE_DISCONNECTED) in createBluetoothRoute()
318 .setConnectionState(state); in setRouteConnectionState()
H A DSystemMediaRoute2Provider.java274 .setConnectionState(MediaRoute2Info.CONNECTION_STATE_CONNECTED) in updateDeviceRoute()
/aosp12/frameworks/base/media/java/android/media/
H A DMediaRoute2Info.java840 public Builder setConnectionState(@ConnectionState int connectionState) { in setConnectionState() method in MediaRoute2Info.Builder
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt11200 HSPLandroid/media/MediaRoute2Info$Builder;->setConnectionState(I)Landroid/media/MediaRoute2Info$Bui…
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt23252 method @NonNull public android.media.MediaRoute2Info.Builder setConnectionState(int);
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt11195 HSPLandroid/media/MediaRoute2Info$Builder;->setConnectionState(I)Landroid/media/MediaRoute2Info$Bui…