/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/ |
D | StackEventTest.java | 32 public void connectionStateChanged() { in connectionStateChanged() method in StackEventTest 37 StackEvent.connectionStateChanged(remoteControlConnected, browsingConnected); in connectionStateChanged()
|
D | AvrcpControllerStateMachineTest.java | 210 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/ |
D | StackEvent.java | 45 static StackEvent connectionStateChanged( in connectionStateChanged() method in StackEvent
|
D | AvrcpControllerService.java | 452 StackEvent.connectionStateChanged(remoteControlConnected, browsingConnected); in onConnectionStateChanged()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/ |
D | StackEvent.java | 73 static StackEvent connectionStateChanged(BluetoothDevice device, int state) { in connectionStateChanged() method in StackEvent
|
D | A2dpSinkNativeInterface.java | 154 StackEvent event = StackEvent.connectionStateChanged(getDevice(address), state); in onConnectionStateChanged()
|
D | A2dpSinkStateMachine.java | 335 mService.connectionStateChanged(mDevice, mMostRecentState, currentState); in onConnectionStateChanged()
|
D | A2dpSinkService.java | 578 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/ |
D | CsipSetCoordinatorServiceTest.java | 545 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/ |
D | StackEventTest.java | 72 StackEvent event = StackEvent.connectionStateChanged(mDevice, state); in testConnectionStateChangedBase()
|
D | A2dpSinkStateMachineTest.java | 103 StackEvent.connectionStateChanged(mDevice, state)); in sendConnectionEvent()
|
D | A2dpSinkServiceTest.java | 133 StackEvent.connectionStateChanged(device, StackEvent.CONNECTION_STATE_CONNECTED); in setupDeviceConnection()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/ |
D | CsipSetCoordinatorService.java | 990 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/ |
D | HearingAidStateMachine.java | 550 mService.connectionStateChanged(mDevice, prevState, newState); in broadcastConnectionState()
|
D | HearingAidService.java | 888 synchronized void connectionStateChanged(BluetoothDevice device, int fromState, int toState) { in connectionStateChanged() method in HearingAidService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/ |
D | HapClientStateMachine.java | 173 mService.connectionStateChanged(mDevice, prevState, newState); in broadcastConnectionState()
|
D | HapClientService.java | 399 synchronized void connectionStateChanged(BluetoothDevice device, int fromState, int toState) { in connectionStateChanged() method in HapClientService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/ |
D | A2dpService.java | 1317 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/ |
D | VolumeControlService.java | 1338 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/ |
D | BassClientService.java | 1311 mHandler.post(() -> connectionStateChanged(device, fromState, toState)); in handleConnectionStateChanged() 1314 synchronized void connectionStateChanged(BluetoothDevice device, int fromState, int toState) { in connectionStateChanged() method in BassClientService
|