Home
last modified time | relevance | path

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

/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
DUiBluetoothMonitor.java35 private BluetoothHfpStateLiveData mHfpStateLiveData; field in UiBluetoothMonitor
77 if (mHfpStateLiveData == null) { in getHfpStateLiveData()
78 mHfpStateLiveData = new BluetoothHfpStateLiveData(mContext); in getHfpStateLiveData()
80 return mHfpStateLiveData; in getHfpStateLiveData()
/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/ui/
DTelecomActivityViewModelTest.java56 private BluetoothHfpStateLiveData mHfpStateLiveData; field in TelecomActivityViewModelTest
134 assertThat(mHfpStateLiveData.getValue() == BluetoothProfile.STATE_DISCONNECTED).isTrue(); in testDialerAppState_hfpNoConnected_bluetoothError()
163 mHfpStateLiveData = UiBluetoothMonitor.get().getHfpStateLiveData(); in initializeBluetoothMonitor()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/
DTelecomActivityViewModel.java193 private LiveData<Integer> mHfpStateLiveData; field in TelecomActivityViewModel.ErrorStringLiveData
204 mHfpStateLiveData = hfpStateLiveData; in ErrorStringLiveData()
251 Integer hfpState = mHfpStateLiveData.getValue(); in isHfpConnected()