Searched refs:mHfpDeviceListLiveData (Results 1 – 6 of 6) sorted by relevance
41 private HfpDeviceListLiveData mHfpDeviceListLiveData; field in UiBluetoothMonitor54 mHfpDeviceListLiveData = hfpDeviceListLiveData; in UiBluetoothMonitor()62 mHfpDeviceListLiveData.observeForever(mHfpDeviceListObserver); in UiBluetoothMonitor()71 removeObserver(mHfpDeviceListLiveData, mHfpDeviceListObserver); in tearDown()92 return mHfpDeviceListLiveData; in getHfpDeviceListLiveData()
57 private HfpDeviceListLiveData mHfpDeviceListLiveData; field in HfpDeviceListLiveDataTest79 mHfpDeviceListLiveData = new HfpDeviceListLiveData( in setup()89 mHfpDeviceListLiveData.observe(mMockLifecycleOwner, in testOnActive()104 mHfpDeviceListLiveData.observe(mMockLifecycleOwner, in testOnBluetoothHfpStateChange()108 assertThat(mHfpDeviceListLiveData.getValue()).isNotEmpty(); in testOnBluetoothHfpStateChange()114 assertThat(mHfpDeviceListLiveData.getValue()).isEmpty(); in testOnBluetoothHfpStateChange()120 mHfpDeviceListLiveData.observe(mMockLifecycleOwner, in testOnInactiveUnregister()
53 private MutableLiveData<List<BluetoothDevice>> mHfpDeviceListLiveData; field in BluetoothErrorStringLiveDataTest61 mHfpDeviceListLiveData = new MutableLiveData<>(Collections.emptyList()); in setUp()109 mHfpDeviceListLiveData.setValue(Collections.emptyList()); in testDialerAppState_hfpNoConnected_bluetoothError()124 mHfpDeviceListLiveData.setValue(Collections.singletonList(mockBluetoothDevice)); in testDialerAppState_bluetoothAllSet_dialerAppNoError()134 mHfpDeviceListLiveData, mPairedListLiveData, mBluetoothStateLiveData, in initializeBluetoothErrorStringLiveData()139 mHfpDeviceListLiveData.observeForever(error -> { in initializeBluetoothErrorStringLiveData()
47 private MutableLiveData<List<BluetoothDevice>> mHfpDeviceListLiveData; field in FakeHfpManager61 mHfpDeviceListLiveData = new MutableLiveData<>(mDeviceList); in FakeHfpManager()73 mHfpDeviceListLiveData.postValue(mDeviceList); in connectHfpDevice()87 mHfpDeviceListLiveData.postValue(mDeviceList); in disconnectHfpDevice()108 return mHfpDeviceListLiveData; in getHfpDeviceListLiveData()
52 private LiveData<List<BluetoothDevice>> mHfpDeviceListLiveData; field in BluetoothErrorStringLiveData69 mHfpDeviceListLiveData = hfpDeviceListLiveData; in BluetoothErrorStringLiveData()73 addSource(mHfpDeviceListLiveData, this::onHfpDevicesChanged); in BluetoothErrorStringLiveData()116 List<BluetoothDevice> mHfpDeviceList = mHfpDeviceListLiveData.getValue(); in isHfpConnected()
48 private final LiveData<List<BluetoothDevice>> mHfpDeviceListLiveData; field in TelecomActivityViewModel65 mHfpDeviceListLiveData = hfpDeviceListLiveData; in TelecomActivityViewModel()71 mRefreshTabsLiveData = new RefreshUiEvent(mHfpDeviceListLiveData, in TelecomActivityViewModel()