Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapSettings.java32 BluetoothMapAccountLoader mLoader = new BluetoothMapAccountLoader(this);
DBluetoothMapAccountLoader.java44 public class BluetoothMapAccountLoader { class
54 public BluetoothMapAccountLoader(Context ctx) { in BluetoothMapAccountLoader() method in BluetoothMapAccountLoader
DBluetoothMapAppObserver.java53 BluetoothMapAccountLoader mLoader;
61 mLoader = new BluetoothMapAccountLoader(mContext); in BluetoothMapAppObserver()