Searched refs:onAclConnectionStateChanged (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/ |
H A D | BluetoothEventManagerTest.java | 182 verify(mBluetoothCallback).onAclConnectionStateChanged(mCachedBluetoothDevice, in dispatchAclConnectionStateChanged_aclDisconnected_shouldDispatchCallback() 194 verify(mBluetoothCallback).onAclConnectionStateChanged(mCachedBluetoothDevice, in dispatchAclConnectionStateChanged_aclConnected_shouldDispatchCallback() 207 verify(mBluetoothCallback, never()).onAclConnectionStateChanged(mCachedBluetoothDevice, in dispatchAclConnectionStateChanged_aclDisconnected_shouldNotCallbackSubDevice() 220 verify(mBluetoothCallback, never()).onAclConnectionStateChanged(mCachedBluetoothDevice, in dispatchAclConnectionStateChanged_aclConnected_shouldNotCallbackSubDevice() 233 verify(mBluetoothCallback, never()).onAclConnectionStateChanged(mCachedBluetoothDevice, in dispatchAclConnectionStateChanged_findDeviceReturnNull_shouldNotDispatchCallback()
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
H A D | BluetoothCallback.java | 163 default void onAclConnectionStateChanged( in onAclConnectionStateChanged() method
|
H A D | BluetoothEventManager.java | 262 callback.onAclConnectionStateChanged(activeDevice, state); in dispatchAclStateChanged()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
H A D | BluetoothControllerImplTest.java | 250 mBluetoothControllerImpl.onAclConnectionStateChanged(device, in testOnACLConnectionStateChange_updatesBluetoothStateOnConnection_repoFlagOff() 272 mBluetoothControllerImpl.onAclConnectionStateChanged(device, in testOnACLConnectionStateChange_updatesBluetoothStateOnConnection_repoFlagOn() 290 mBluetoothControllerImpl.onAclConnectionStateChanged(device, in testOnActiveDeviceChanged_updatesAudioActive()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | BluetoothControllerImpl.java | 415 public void onAclConnectionStateChanged( in onAclConnectionStateChanged() method in BluetoothControllerImpl
|