Home
last modified time | relevance | path

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

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