Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapSettings.java35 BluetoothMapAccountLoader mLoader = new BluetoothMapAccountLoader(this);
H A DBluetoothMapAccountLoader.java39 public class BluetoothMapAccountLoader { class
50 public BluetoothMapAccountLoader(Context ctx) { in BluetoothMapAccountLoader() method in BluetoothMapAccountLoader
H A DBluetoothMapAppObserver.java55 BluetoothMapAccountLoader mLoader;
63 mLoader = new BluetoothMapAccountLoader(mContext); in BluetoothMapAppObserver()