Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/bluetooth/
H A DUiBluetoothMonitor.java45 private Observer<List<BluetoothDevice>> mHfpDeviceListObserver; field in UiBluetoothMonitor
58 mHfpDeviceListObserver = deviceList -> L.i(TAG, "HfpDeviceList is updated"); in UiBluetoothMonitor()
62 mHfpDeviceListLiveData.observeForever(mHfpDeviceListObserver); in UiBluetoothMonitor()
71 removeObserver(mHfpDeviceListLiveData, mHfpDeviceListObserver); in tearDown()