Searched refs:getBluetoothStateLiveData (Results 1 – 5 of 5) sorted by relevance
82 mFakeHfpManager.getBluetoothStateLiveData().postValue(BluetoothState.DISABLED); in bluetoothDisabled_displayErrorMsg()90 mFakeHfpManager.getBluetoothStateLiveData().postValue(BluetoothState.ENABLED); in noPairedDevices_displayErrorMsg()
47 return fakeHfpManager.getBluetoothStateLiveData(); in provideBluetoothStateLiveData()
99 public MutableLiveData<Integer> getBluetoothStateLiveData() { in getBluetoothStateLiveData() method in FakeHfpManager
50 return uiBluetoothMonitor.getBluetoothStateLiveData(); in provideBluetoothStateLiveData()
84 public LiveData<Integer> getBluetoothStateLiveData() { in getBluetoothStateLiveData() method in UiBluetoothMonitor