Home
last modified time | relevance | path

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

/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
DUiBluetoothMonitor.java21 import com.android.car.dialer.livedata.BluetoothHfpStateLiveData;
35 private BluetoothHfpStateLiveData mHfpStateLiveData;
76 public BluetoothHfpStateLiveData getHfpStateLiveData() { in getHfpStateLiveData()
78 mHfpStateLiveData = new BluetoothHfpStateLiveData(mContext); in getHfpStateLiveData()
/packages/apps/Car/Dialer/src/com/android/car/dialer/livedata/
DBluetoothHfpStateLiveData.java40 public class BluetoothHfpStateLiveData extends LiveData<Integer> { class
55 public BluetoothHfpStateLiveData(Context context) { in BluetoothHfpStateLiveData() method in BluetoothHfpStateLiveData
DBluetoothErrorStringLiveData.java43 private BluetoothHfpStateLiveData mHfpStateLiveData;
/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/livedata/
DBluetoothHfpStateLiveDataTest.java59 private BluetoothHfpStateLiveData mBluetoothHfpStateLiveData;
71 mBluetoothHfpStateLiveData = new BluetoothHfpStateLiveData(RuntimeEnvironment.application); in setup()
/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/ui/
DTelecomActivityViewModelTest.java34 import com.android.car.dialer.livedata.BluetoothHfpStateLiveData;
57 private BluetoothHfpStateLiveData mHfpStateLiveData;