Home
last modified time | relevance | path

Searched refs:BluetoothMapMasInstance (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java130 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 in startRfcommSocketListeners()
297 BluetoothMapMasInstance masInst = mMasInstances.valueAt(i); in stopObexServerSessions()
310 BluetoothMapMasInstance masInst = mMasInstances.get(masId); // returns null for -1 in stopObexServerSessions()
428 BluetoothMapMasInstance masInst = mMasInstances.get(msg.arg1); in handleMessage()
452 BluetoothMapMasInstance masInst = mMasInstances.get(masId); in onConnectHandler()
699 BluetoothMapMasInstance masInst = mMasInstanceMap.remove(account); in updateMasInstancesHandler()
[all …]
DBluetoothMapMasInstance.java43 public class BluetoothMapMasInstance implements IObexConnectionHandler { class
115 public BluetoothMapMasInstance (BluetoothMapService mapService, in BluetoothMapMasInstance() method in BluetoothMapMasInstance
145 protected BluetoothMapMasInstance() { in BluetoothMapMasInstance() method in BluetoothMapMasInstance
463 boolean isValid = mMapService.onConnect(device, BluetoothMapMasInstance.this); in onConnect()
DBluetoothMapObexServer.java32 import com.android.bluetooth.map.BluetoothMapMasInstance;
104 private BluetoothMapMasInstance mMasInstance; // TODO: change to interface?
118 BluetoothMapMasInstance mas, in BluetoothMapObexServer()
1370 BluetoothMapMasInstance.TYPE_EMAIL_STR; in sendMASInstanceInformationRsp()
1392 outString = BluetoothMapMasInstance.TYPE_SMS_MMS_STR; in sendMASInstanceInformationRsp()
DBluetoothMapContentObserver.java124 private BluetoothMapMasInstance mMasInstance = null;
258 BluetoothMapMasInstance masInstance, in BluetoothMapContentObserver()
DBluetoothMapContent.java158 private final BluetoothMapMasInstance mMasInstance;
448 BluetoothMapMasInstance mas) { in BluetoothMapContent()
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DMockMasInstance.java3 import com.android.bluetooth.map.BluetoothMapMasInstance;
6 public class MockMasInstance extends BluetoothMapMasInstance {
DMapObexTestServer.java19 import com.android.bluetooth.map.BluetoothMapMasInstance;
55 private static final BluetoothMapMasInstance mMasInstance =
DBluetoothMapContentTest.java30 import com.android.bluetooth.map.BluetoothMapMasInstance;
58 private static final BluetoothMapMasInstance mMasInstance =