Home
last modified time | relevance | path

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

/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/
DTelecomActivityViewModel.java202 BluetoothStateLiveData bluetoothStateLiveData) { in ErrorStringLiveData() argument
206 mBluetoothStateLiveData = bluetoothStateLiveData; in ErrorStringLiveData()
211 addSource(bluetoothStateLiveData, this::onBluetoothStateChanged); in ErrorStringLiveData()