Home
last modified time | relevance | path

Searched refs:dispatchDeviceRemoved (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DHearingAidDeviceManager.java226 mBtManager.getEventManager().dispatchDeviceRemoved(subDevice); in onHiSyncIdChanged()
248 mBtManager.getEventManager().dispatchDeviceRemoved(mainDevice); in onProfileConnectionStateChangedIfProcessed()
273 mBtManager.getEventManager().dispatchDeviceRemoved(cachedDevice); in onProfileConnectionStateChangedIfProcessed()
H A DCsipDeviceManager.java341 mBtManager.getEventManager().dispatchDeviceRemoved(mainDeviceOfPreferredMainDevice); in addMemberDevicesIntoMainDevice()
377 mBtManager.getEventManager().dispatchDeviceRemoved(deviceItem); in addMemberDevicesIntoMainDevice()
H A DBluetoothEventManager.java203 void dispatchDeviceRemoved(@NonNull CachedBluetoothDevice cachedDevice) { in dispatchDeviceRemoved() method in BluetoothEventManager
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DHearingAidDeviceManagerTest.java312 verify(mBluetoothEventManager).dispatchDeviceRemoved(mCachedDevice1); in updateHearingAidsDevices_dispatchDeviceRemovedCallback()