Searched refs:mPairedListLiveData (Results 1 – 2 of 2) sorted by relevance
57 private BluetoothPairListLiveData mPairedListLiveData; field in TelecomActivityViewModelTest111 assertThat(mPairedListLiveData.getValue().isEmpty()).isTrue(); in testDialerAppState_noPairedDevices_bluetoothError()132 assertThat(mPairedListLiveData.getValue().isEmpty()).isFalse(); in testDialerAppState_hfpNoConnected_bluetoothError()164 mPairedListLiveData = UiBluetoothMonitor.get().getPairListLiveData(); in initializeBluetoothMonitor()
194 private LiveData<Set<BluetoothDevice>> mPairedListLiveData; field in TelecomActivityViewModel.ErrorStringLiveData205 mPairedListLiveData = pairListLiveData; in ErrorStringLiveData()262 Set<BluetoothDevice> pairedDevices = mPairedListLiveData.getValue(); in hasPairedDevices()