Home
last modified time | relevance | path

Searched refs:BluetoothMapAppObserver (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapAppObserver.java41 public class BluetoothMapAppObserver { class
59 public BluetoothMapAppObserver(final Context context, BluetoothMapService mapService) { in BluetoothMapAppObserver() method in BluetoothMapAppObserver
H A DBluetoothMapService.java140 private BluetoothMapAppObserver mAppObserver = null;
694 mAppObserver = new BluetoothMapAppObserver(this, this); in start()