Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DHearingAidDeviceManager.java253 mBtManager.getEventManager().dispatchDeviceAdded(mainDevice); in onProfileConnectionStateChangedIfProcessed()
278 mBtManager.getEventManager().dispatchDeviceAdded(cachedDevice); in onProfileConnectionStateChangedIfProcessed()
H A DBluetoothEventManager.java197 void dispatchDeviceAdded(@NonNull CachedBluetoothDevice cachedDevice) { in dispatchDeviceAdded() method in BluetoothEventManager
334 dispatchDeviceAdded(cachedDevice); in onReceive()
H A DCsipDeviceManager.java346 mBtManager.getEventManager().dispatchDeviceAdded(mainDeviceOfPreferredMainDevice); in addMemberDevicesIntoMainDevice()
H A DCachedBluetoothDeviceManager.java145 mBtManager.getEventManager().dispatchDeviceAdded(newDevice); in addDevice()