Searched refs:mHfpDeviceListObserver (Results 1 – 1 of 1) sorted by relevance
45 private Observer<List<BluetoothDevice>> mHfpDeviceListObserver; field in UiBluetoothMonitor58 mHfpDeviceListObserver = deviceList -> L.i(TAG, "HfpDeviceList is updated"); in UiBluetoothMonitor()62 mHfpDeviceListLiveData.observeForever(mHfpDeviceListObserver); in UiBluetoothMonitor()71 removeObserver(mHfpDeviceListLiveData, mHfpDeviceListObserver); in tearDown()