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

  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
MockMasInstance.java 3 import com.android.bluetooth.map.BluetoothMapMasInstance;
6 public class MockMasInstance extends BluetoothMapMasInstance {
MapObexTestServer.java 19 import com.android.bluetooth.map.BluetoothMapMasInstance;
55 private static final BluetoothMapMasInstance mMasInstance =
BluetoothMapContentTest.java 30 import com.android.bluetooth.map.BluetoothMapMasInstance;
58 private static final BluetoothMapMasInstance mMasInstance =
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 130 private SparseArray<BluetoothMapMasInstance> mMasInstances =
131 new SparseArray<BluetoothMapMasInstance>(1);
133 private HashMap<BluetoothMapAccountItem, BluetoothMapMasInstance> mMasInstanceMap =
134 new HashMap<BluetoothMapAccountItem, BluetoothMapMasInstance>(1);
224 BluetoothMapMasInstance masInst = mMasInstances.get(masId); // returns null for -1
297 BluetoothMapMasInstance masInst = mMasInstances.valueAt(i);
310 BluetoothMapMasInstance masInst = mMasInstances.get(masId); // returns null for -1
428 BluetoothMapMasInstance masInst = mMasInstances.get(msg.arg1);
452 BluetoothMapMasInstance masInst = mMasInstances.get(masId);
699 BluetoothMapMasInstance masInst = mMasInstanceMap.remove(account)
    [all...]
BluetoothMapMasInstance.java 43 public class BluetoothMapMasInstance implements IObexConnectionHandler {
115 public BluetoothMapMasInstance (BluetoothMapService mapService,
120 TAG = "BluetoothMapMasInstance" + sInstanceCounter++;
145 protected BluetoothMapMasInstance() {
146 TAG = "BluetoothMapMasInstance" + sInstanceCounter++;
463 boolean isValid = mMapService.onConnect(device, BluetoothMapMasInstance.this);
BluetoothMapObexServer.java 32 import com.android.bluetooth.map.BluetoothMapMasInstance;
104 private BluetoothMapMasInstance mMasInstance; // TODO: change to interface?
118 BluetoothMapMasInstance mas,
    [all...]
BluetoothMapContentObserver.java 124 private BluetoothMapMasInstance mMasInstance = null;
258 BluetoothMapMasInstance masInstance,
    [all...]
BluetoothMapContent.java 158 private final BluetoothMapMasInstance mMasInstance;
448 BluetoothMapMasInstance mas) {
    [all...]

Completed in 3861 milliseconds