/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/ |
D | StackEventTest.java | 33 public void connectionStateChanged() { in connectionStateChanged() method in StackEventTest 38 StackEvent.connectionStateChanged(remoteControlConnected, browsingConnected); in connectionStateChanged()
|
D | AvrcpControllerStateMachineTest.java | 202 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/ |
D | CsipSetCoordinatorServiceTest.java | 340 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/ |
D | StackEvent.java | 45 static StackEvent connectionStateChanged( in connectionStateChanged() method in StackEvent
|
D | AvrcpControllerService.java | 370 StackEvent.connectionStateChanged(remoteControlConnected, browsingConnected); in onConnectionStateChanged()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/ |
D | StackEvent.java | 66 static StackEvent connectionStateChanged(BluetoothDevice device, int state) { in connectionStateChanged() method in StackEvent
|
D | A2dpSinkNativeInterface.java | 143 StackEvent event = StackEvent.connectionStateChanged(getDevice(address), state); in onConnectionStateChanged()
|
D | A2dpSinkStateMachine.java | 324 mService.connectionStateChanged(mDevice, mMostRecentState, currentState); in onConnectionStateChanged()
|
D | A2dpSinkService.java | 431 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/ |
D | StackEventTest.java | 60 StackEvent event = StackEvent.connectionStateChanged(mDevice, state); in testConnectionStateChangedBase()
|
D | A2dpSinkStateMachineTest.java | 93 StackEvent.connectionStateChanged(mDevice, state)); in sendConnectionEvent()
|
D | A2dpSinkServiceTest.java | 111 StackEvent nativeEvent = StackEvent.connectionStateChanged(device, STATE_CONNECTED); in setupDeviceConnection()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/ |
D | CsipSetCoordinatorService.java | 945 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/ |
D | BassClientServiceTest.java | 5820 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/ |
D | A2dpService.java | 1286 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/ |
D | HearingAidStateMachine.java | 521 mService.connectionStateChanged(mDevice, mLastConnectionState, newState); in broadcastConnectionState()
|
D | HearingAidService.java | 812 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 | 151 mService.connectionStateChanged(mDevice, mLastConnectionState, mConnectionState); in broadcastConnectionState()
|
D | HapClientService.java | 386 void connectionStateChanged(BluetoothDevice device, int fromState, int toState) { in connectionStateChanged() method in HapClientService
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/ |
D | VolumeControlService.java | 1629 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/ |
D | BassClientService.java | 1550 mHandler.post(() -> connectionStateChanged(device, fromState, toState)); 1553 synchronized void connectionStateChanged(BluetoothDevice device, int fromState, int toState) {
|