Home
last modified time | relevance | path

Searched refs:onAclConnectionStateChanged (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DBluetoothEventManagerTest.java175 verify(mBluetoothCallback).onAclConnectionStateChanged(mCachedBluetoothDevice, in dispatchAclConnectionStateChanged_aclDisconnected_shouldDispatchCallback()
187 verify(mBluetoothCallback).onAclConnectionStateChanged(mCachedBluetoothDevice, in dispatchAclConnectionStateChanged_aclConnected_shouldDispatchCallback()
200 verify(mBluetoothCallback, never()).onAclConnectionStateChanged(mCachedBluetoothDevice, in dispatchAclConnectionStateChanged_aclDisconnected_shouldNotCallbackSubDevice()
213 verify(mBluetoothCallback, never()).onAclConnectionStateChanged(mCachedBluetoothDevice, in dispatchAclConnectionStateChanged_aclConnected_shouldNotCallbackSubDevice()
226 verify(mBluetoothCallback, never()).onAclConnectionStateChanged(mCachedBluetoothDevice, in dispatchAclConnectionStateChanged_findDeviceReturnNull_shouldNotDispatchCallback()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DBluetoothCallback.java141 default void onAclConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { in onAclConnectionStateChanged() method
H A DBluetoothEventManager.java238 callback.onAclConnectionStateChanged(activeDevice, state); in dispatchAclStateChanged()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImplTest.java204 mBluetoothControllerImpl.onAclConnectionStateChanged(device, in testOnACLConnectionStateChange_updatesBluetoothStateOnConnection()
229 mBluetoothControllerImpl.onAclConnectionStateChanged(device, in testOnActiveDeviceChanged_updatesAudioActive()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/slices/
H A DBluetoothUpdateWorkerTest.java58 mBluetoothUpdateWorker.onAclConnectionStateChanged(null, 0); in onAclConnectionStateChanged_shouldNotifyChange()
/aosp12/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
H A DBluetoothUpdateWorker.java85 public void onAclConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { in onAclConnectionStateChanged() method in BluetoothUpdateWorker
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothDeviceUpdater.java181 public void onAclConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { in onAclConnectionStateChanged() method in BluetoothDeviceUpdater
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImpl.java398 public void onAclConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state) { in onAclConnectionStateChanged() method in BluetoothControllerImpl