Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DStackEventTest.java32 public void connectionStateChanged() { in connectionStateChanged() method in StackEventTest
37 StackEvent.connectionStateChanged(remoteControlConnected, browsingConnected); in connectionStateChanged()
DAvrcpControllerStateMachineTest.java210 mAvrcpStateMachine.connect(StackEvent.connectionStateChanged(control, browsing)); in setUpConnectedState()
2075 mAvrcpStateMachine.connect(StackEvent.connectionStateChanged(true, true)); in testBrowseRequestWhileDisconnectedThenRequestWhileConnected_secondRequestSent()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DStackEvent.java45 static StackEvent connectionStateChanged( in connectionStateChanged() method in StackEvent
DAvrcpControllerService.java452 StackEvent.connectionStateChanged(remoteControlConnected, browsingConnected); in onConnectionStateChanged()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/
DStackEvent.java73 static StackEvent connectionStateChanged(BluetoothDevice device, int state) { in connectionStateChanged() method in StackEvent
DA2dpSinkNativeInterface.java154 StackEvent event = StackEvent.connectionStateChanged(getDevice(address), state); in onConnectionStateChanged()
DA2dpSinkStateMachine.java335 mService.connectionStateChanged(mDevice, mMostRecentState, currentState); in onConnectionStateChanged()
DA2dpSinkService.java578 void connectionStateChanged(BluetoothDevice device, int fromState, int toState) { in connectionStateChanged() method in A2dpSinkService
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/csip/
DCsipSetCoordinatorServiceTest.java545 mService.connectionStateChanged( in testStackEventSetMemberAvailableAfterGroupConnected()
593 mService.connectionStateChanged( in testStackEventSetMemberAvailableBeforeGroupConnected()
627 mService.connectionStateChanged( in testDisableCsipAfterConnectingIfLeAudioDisabled()
647 mService.connectionStateChanged( in testDisableCsipAfterConnectingIfLeAudioDisabled()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dpsink/
DStackEventTest.java72 StackEvent event = StackEvent.connectionStateChanged(mDevice, state); in testConnectionStateChangedBase()
DA2dpSinkStateMachineTest.java103 StackEvent.connectionStateChanged(mDevice, state)); in sendConnectionEvent()
DA2dpSinkServiceTest.java133 StackEvent.connectionStateChanged(device, StackEvent.CONNECTION_STATE_CONNECTED); in setupDeviceConnection()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/
DCsipSetCoordinatorService.java990 mHandler.post(() -> connectionStateChanged(device, fromState, toState)); in handleConnectionStateChanged()
994 synchronized void connectionStateChanged(BluetoothDevice device, int fromState, int toState) { in connectionStateChanged() method in CsipSetCoordinatorService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/
DHearingAidStateMachine.java550 mService.connectionStateChanged(mDevice, prevState, newState); in broadcastConnectionState()
DHearingAidService.java888 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.java173 mService.connectionStateChanged(mDevice, prevState, newState); in broadcastConnectionState()
DHapClientService.java399 synchronized void connectionStateChanged(BluetoothDevice device, int fromState, int toState) { in connectionStateChanged() method in HapClientService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpService.java1317 mHandler.post(() -> connectionStateChanged(device, fromState, toState)); in handleConnectionStateChanged()
1320 void connectionStateChanged(BluetoothDevice device, int fromState, int toState) { in connectionStateChanged() method in A2dpService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlService.java1338 mHandler.post(() -> connectionStateChanged(device, fromState, toState)); in handleConnectionStateChanged()
1342 synchronized void connectionStateChanged(BluetoothDevice device, int fromState, int toState) { in connectionStateChanged() method in VolumeControlService
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientService.java1311 mHandler.post(() -> connectionStateChanged(device, fromState, toState)); in handleConnectionStateChanged()
1314 synchronized void connectionStateChanged(BluetoothDevice device, int fromState, int toState) { in connectionStateChanged() method in BassClientService