Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DBroadcastScanViewModel.java44 BluetoothProxy mBluetooth;
50 private final BluetoothProxy.OnBassEventListener mBassEventListener =
51 new BluetoothProxy.OnBassEventListener() {
88 private final BluetoothProxy.OnLocalBroadcastEventListener mLocalBroadcastEventListener =
89 new BluetoothProxy.OnLocalBroadcastEventListener() {
117 mBluetooth = BluetoothProxy.getBluetoothProxy(application); in BroadcastScanViewModel()
DBroadcasterViewModel.java32 private final BluetoothProxy mBluetooth;
39 mBluetooth = BluetoothProxy.getBluetoothProxy(application); in BroadcasterViewModel()
DLeAudioViewModel.java31 private final BluetoothProxy bluetoothProxy;
35 bluetoothProxy = BluetoothProxy.getBluetoothProxy(application); in LeAudioViewModel()
DBluetoothProxy.java52 public class BluetoothProxy { class
53 private static BluetoothProxy INSTANCE;
568 private BluetoothProxy(Application application) { in BluetoothProxy() method in BluetoothProxy
601 public static BluetoothProxy getBluetoothProxy(Application application) { in getBluetoothProxy()
603 INSTANCE = new BluetoothProxy(application); in getBluetoothProxy()