Home
last modified time | relevance | path

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 DBluetoothEventManagerTest.java182 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 DBluetoothCallback.java163 default void onAclConnectionStateChanged( in onAclConnectionStateChanged() method
H A DBluetoothEventManager.java262 callback.onAclConnectionStateChanged(activeDevice, state); in dispatchAclStateChanged()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImplTest.java250 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 DBluetoothControllerImpl.java415 public void onAclConnectionStateChanged( in onAclConnectionStateChanged() method in BluetoothControllerImpl