HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothMapAccountLoader (Results 1 - 5 of 5) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapSettings.java 36 BluetoothMapAccountLoader mLoader = new BluetoothMapAccountLoader(this);
BluetoothMapAccountLoader.java 45 public class BluetoothMapAccountLoader {
46 private static final String TAG = "BluetoothMapAccountLoader";
56 public BluetoothMapAccountLoader(Context ctx)
BluetoothMapAppObserver.java 56 BluetoothMapAccountLoader mLoader;
63 mLoader = new BluetoothMapAccountLoader(mContext);
BluetoothMapSettingsAdapter.java 49 import com.android.bluetooth.map.BluetoothMapAccountLoader;
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothMapContentTest.java 32 import com.android.bluetooth.map.BluetoothMapAccountLoader;
88 BluetoothMapAccountLoader loader;
100 loader = new BluetoothMapAccountLoader(mContext);
    [all...]

Completed in 106 milliseconds