Searched refs:BluetoothProxy (Results 1 – 4 of 4) sorted by relevance
44 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()
32 private final BluetoothProxy mBluetooth;39 mBluetooth = BluetoothProxy.getBluetoothProxy(application); in BroadcasterViewModel()
31 private final BluetoothProxy bluetoothProxy;35 bluetoothProxy = BluetoothProxy.getBluetoothProxy(application); in LeAudioViewModel()
52 public class BluetoothProxy { class53 private static BluetoothProxy INSTANCE;568 private BluetoothProxy(Application application) { in BluetoothProxy() method in BluetoothProxy601 public static BluetoothProxy getBluetoothProxy(Application application) { in getBluetoothProxy()603 INSTANCE = new BluetoothProxy(application); in getBluetoothProxy()