Searched refs:mPairListObserver (Results 1 – 1 of 1) sorted by relevance
43 private Observer mPairListObserver; field in UiBluetoothMonitor56 mPairListObserver = o -> L.i(TAG, "PairList is updated"); in UiBluetoothMonitor()60 mPairListLiveData.observeForever(mPairListObserver); in UiBluetoothMonitor()69 removeObserver(mPairListLiveData, mPairListObserver); in tearDown()