Home
last modified time | relevance | path

Searched refs:connectionStateChanged (Results 1 – 21 of 21) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DStackEventTest.java33 public void connectionStateChanged() { in connectionStateChanged() method in StackEventTest
38 StackEvent.connectionStateChanged(remoteControlConnected, browsingConnected); in connectionStateChanged()
DAvrcpControllerStateMachineTest.java202 mAvrcpStateMachine.connect(StackEvent.connectionStateChanged(control, browsing)); in setUpConnectedState()
2017 mAvrcpStateMachine.connect(StackEvent.connectionStateChanged(true, true)); in testBrowseRequestWhileDisconnectedThenRequestWhileConnected_secondRequestSent()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/csip/
DCsipSetCoordinatorServiceTest.java340 mService.connectionStateChanged(mDevice, STATE_CONNECTING, STATE_CONNECTED); in nativeCallback_afterGroupConnected_generateIntent()
370 mService.connectionStateChanged(mDevice, STATE_CONNECTING, STATE_CONNECTED); in testStackEventSetMemberAvailableBeforeGroupConnected()
394 mService.connectionStateChanged(mDevice, STATE_CONNECTING, STATE_CONNECTED); in testDisableCsipAfterConnectingIfLeAudioDisabled()
413 mService.connectionStateChanged(mDevice2, STATE_CONNECTING, STATE_CONNECTED); in testDisableCsipAfterConnectingIfLeAudioDisabled()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DStackEvent.java45 static StackEvent connectionStateChanged( in connectionStateChanged() method in StackEvent
DAvrcpControllerService.java370 StackEvent.connectionStateChanged(remoteControlConnected, browsingConnected); in onConnectionStateChanged()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/
DStackEvent.java66 static StackEvent connectionStateChanged(BluetoothDevice device, int state) { in connectionStateChanged() method in StackEvent
DA2dpSinkNativeInterface.java143 StackEvent event = StackEvent.connectionStateChanged(getDevice(address), state); in onConnectionStateChanged()
DA2dpSinkStateMachine.java324 mService.connectionStateChanged(mDevice, mMostRecentState, currentState); in onConnectionStateChanged()
DA2dpSinkService.java431 void connectionStateChanged(BluetoothDevice device, int fromState, int toState) { in connectionStateChanged() method in A2dpSinkService
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dpsink/
DStackEventTest.java60 StackEvent event = StackEvent.connectionStateChanged(mDevice, state); in testConnectionStateChangedBase()
DA2dpSinkStateMachineTest.java93 StackEvent.connectionStateChanged(mDevice, state)); in sendConnectionEvent()
DA2dpSinkServiceTest.java111 StackEvent nativeEvent = StackEvent.connectionStateChanged(device, STATE_CONNECTED); in setupDeviceConnection()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/
DCsipSetCoordinatorService.java945 mHandler.post(() -> connectionStateChanged(device, fromState, toState)); in handleConnectionStateChanged()
949 synchronized void connectionStateChanged(BluetoothDevice device, int fromState, int toState) { in connectionStateChanged() method in CsipSetCoordinatorService
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientServiceTest.java5820 mBassClientService.connectionStateChanged( in sinkUnintentional_disconnect_withoutScanning()
5827 mBassClientService.connectionStateChanged( in sinkUnintentional_disconnect_withoutScanning()
5841 mBassClientService.connectionStateChanged( in sinkUnintentional_disconnect_duringScanning()
5848 mBassClientService.connectionStateChanged( in sinkUnintentional_disconnect_duringScanning()
7677 mBassClientService.connectionStateChanged( in multipleSinkMetadata_clearWhenAllDisconnected()
7697 mBassClientService.connectionStateChanged( in multipleSinkMetadata_clearWhenAllDisconnected()
7704 mBassClientService.connectionStateChanged( in multipleSinkMetadata_clearWhenAllDisconnected()
7749 mBassClientService.connectionStateChanged( in multipleSinkMetadata_clearWhenAllDisconnected_duringSuspend()
7777 mBassClientService.connectionStateChanged( in multipleSinkMetadata_clearWhenAllDisconnected_duringSuspend()
7784 mBassClientService.connectionStateChanged( in multipleSinkMetadata_clearWhenAllDisconnected_duringSuspend()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpService.java1286 mHandler.post(() -> connectionStateChanged(device, fromState, toState)); in handleConnectionStateChanged()
1289 void connectionStateChanged(BluetoothDevice device, int fromState, int toState) { in connectionStateChanged() method in A2dpService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/
DHearingAidStateMachine.java521 mService.connectionStateChanged(mDevice, mLastConnectionState, newState); in broadcastConnectionState()
DHearingAidService.java812 synchronized void connectionStateChanged(BluetoothDevice device, int fromState, int toState) { in connectionStateChanged() method in HearingAidService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientStateMachine.java151 mService.connectionStateChanged(mDevice, mLastConnectionState, mConnectionState); in broadcastConnectionState()
DHapClientService.java386 void connectionStateChanged(BluetoothDevice device, int fromState, int toState) { in connectionStateChanged() method in HapClientService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlService.java1629 mHandler.post(() -> connectionStateChanged(device, fromState, toState));
1633 synchronized void connectionStateChanged(BluetoothDevice device, int fromState, int toState) {
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientService.java1550 mHandler.post(() -> connectionStateChanged(device, fromState, toState));
1553 synchronized void connectionStateChanged(BluetoothDevice device, int fromState, int toState) {