Home
last modified time | relevance | path

Searched refs:mPairedListLiveData (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/ui/
DTelecomActivityViewModelTest.java57 private BluetoothPairListLiveData mPairedListLiveData; field in TelecomActivityViewModelTest
111 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()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/
DTelecomActivityViewModel.java194 private LiveData<Set<BluetoothDevice>> mPairedListLiveData; field in TelecomActivityViewModel.ErrorStringLiveData
205 mPairedListLiveData = pairListLiveData; in ErrorStringLiveData()
262 Set<BluetoothDevice> pairedDevices = mPairedListLiveData.getValue(); in hasPairedDevices()