Home
last modified time | relevance | path

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

/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
DUiBluetoothMonitor.java36 private BluetoothPairListLiveData mPairListLiveData; field in UiBluetoothMonitor
87 if (mPairListLiveData == null) { in getPairListLiveData()
88 mPairListLiveData = new BluetoothPairListLiveData(mContext); in getPairListLiveData()
90 return mPairListLiveData; in getPairListLiveData()