Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapSettings.java37 BluetoothMapAccountLoader mLoader = new BluetoothMapAccountLoader(this);
DBluetoothMapAccountLoader.java40 public class BluetoothMapAccountLoader { class
51 public BluetoothMapAccountLoader(Context ctx) in BluetoothMapAccountLoader() method in BluetoothMapAccountLoader
DBluetoothMapAppObserver.java54 BluetoothMapAccountLoader mLoader;
62 mLoader = new BluetoothMapAccountLoader(mContext); in BluetoothMapAppObserver()