Home
last modified time | relevance | path

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

/packages/apps/Car/Dialer/src/com/android/car/dialer/bluetooth/
DUiBluetoothMonitor.java40 private BluetoothStateLiveData mBluetoothStateLiveData;
50 BluetoothStateLiveData bluetoothStateLiveData, in UiBluetoothMonitor()
DBluetoothStateLiveData.java39 class BluetoothStateLiveData extends LiveData<Integer> { class
55 BluetoothStateLiveData( in BluetoothStateLiveData() method in BluetoothStateLiveData
/packages/apps/Car/Dialer/tests/unittests/src/com/android/car/dialer/bluetooth/
DBluetoothStateLiveDataTest.java51 private BluetoothStateLiveData mBluetoothStateLiveData;
68 mBluetoothStateLiveData = new BluetoothStateLiveData(mContext, mBluetoothAdapter); in setup()