Home
last modified time | relevance | path

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

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