Home
last modified time | relevance | path

Searched refs:notifyConnectionStateChanged (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioStateMachineTest.java149 .notifyConnectionStateChanged( in testIncomingPriorityAccept()
166 .notifyConnectionStateChanged( in testIncomingPriorityAccept()
169 .notifyConnectionStateChanged( in testIncomingPriorityAccept()
188 .notifyConnectionStateChanged( in testOutgoingTimeout()
197 .notifyConnectionStateChanged( in testOutgoingTimeout()
221 .notifyConnectionStateChanged( in testIncomingTimeout()
230 .notifyConnectionStateChanged( in testIncomingTimeout()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bas/
DBatteryStateMachineTest.java180 mBatteryStateMachine.notifyConnectionStateChanged( in testSuccessfullyConnected()
236 mBatteryStateMachine.notifyConnectionStateChanged( in testConnectedStateChanges()
250 mBatteryStateMachine.notifyConnectionStateChanged( in testConnectedStateChanges()
321 mBatteryStateMachine.notifyConnectionStateChanged( in testDisconnectResetBatteryLevel()
350 mBatteryStateMachine.notifyConnectionStateChanged( in reconnect()
370 public void notifyConnectionStateChanged(int status, int newState) { in notifyConnectionStateChanged() method in BatteryStateMachineTest.StubBatteryStateMachine
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioStateMachine.java547 mService.notifyConnectionStateChanged(mDevice, newState, prevState); in broadcastConnectionState()
DLeAudioService.java1678 void notifyConnectionStateChanged(BluetoothDevice device, int newState, int prevState) { in notifyConnectionStateChanged() method in LeAudioService
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientStateMachineTest.java296 mBassClientStateMachine.notifyConnectionStateChanged( in testSuccessfullyConnected()
2608 public void notifyConnectionStateChanged(int status, int newState) { in notifyConnectionStateChanged() method in BassClientStateMachineTest.StubBassClientStateMachine