Searched refs:mHfpStateLiveData (Results 1 – 3 of 3) sorted by relevance
35 private BluetoothHfpStateLiveData mHfpStateLiveData; field in UiBluetoothMonitor77 if (mHfpStateLiveData == null) { in getHfpStateLiveData()78 mHfpStateLiveData = new BluetoothHfpStateLiveData(mContext); in getHfpStateLiveData()80 return mHfpStateLiveData; in getHfpStateLiveData()
56 private BluetoothHfpStateLiveData mHfpStateLiveData; field in TelecomActivityViewModelTest134 assertThat(mHfpStateLiveData.getValue() == BluetoothProfile.STATE_DISCONNECTED).isTrue(); in testDialerAppState_hfpNoConnected_bluetoothError()163 mHfpStateLiveData = UiBluetoothMonitor.get().getHfpStateLiveData(); in initializeBluetoothMonitor()
193 private LiveData<Integer> mHfpStateLiveData; field in TelecomActivityViewModel.ErrorStringLiveData204 mHfpStateLiveData = hfpStateLiveData; in ErrorStringLiveData()251 Integer hfpState = mHfpStateLiveData.getValue(); in isHfpConnected()