Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java127 private SparseArray<BluetoothMapMasInstance> mMasInstances =
128 new SparseArray<BluetoothMapMasInstance>(1);
131 new HashMap<BluetoothMapAccountItem, BluetoothMapMasInstance>(1);
303 BluetoothMapMasInstance masInst = mMasInstances.valueAt(i); in stopObexServerSessions()
452 BluetoothMapMasInstance masInst = mMasInstances.get(msg.arg1); in handleMessage()
475 BluetoothMapMasInstance masInst = mMasInstances.get(masId); in onConnectHandler()
797 BluetoothMapMasInstance newInst = in updateMasInstancesHandler()
815 BluetoothMapMasInstance masInst = mMasInstances.valueAt(i); in updateMasInstancesHandler()
853 BluetoothMapMasInstance smsMmsInst = in createMasInstances()
854 new BluetoothMapMasInstance(this, this, null, masId, true); in createMasInstances()
[all …]
H A DBluetoothMapMasInstance.java42 public class BluetoothMapMasInstance implements IObexConnectionHandler { class
122 public BluetoothMapMasInstance(BluetoothMapService mapService, Context context, in BluetoothMapMasInstance() method in BluetoothMapMasInstance
150 protected BluetoothMapMasInstance() { in BluetoothMapMasInstance() method in BluetoothMapMasInstance
513 boolean isValid = mMapService.onConnect(device, BluetoothMapMasInstance.this); in onConnect()
H A DBluetoothMapObexServer.java115 private BluetoothMapMasInstance mMasInstance; // TODO: change to interface?
127 BluetoothMapContentObserver observer, BluetoothMapMasInstance mas, in BluetoothMapObexServer()
1627 : BluetoothMapMasInstance.TYPE_EMAIL_STR; in sendMASInstanceInformationRsp()
1649 outString = BluetoothMapMasInstance.TYPE_SMS_MMS_STR; in sendMASInstanceInformationRsp()
H A DBluetoothMapContentObserver.java129 private BluetoothMapMasInstance mMasInstance = null;
251 BluetoothMapMasInstance masInstance, BluetoothMapAccountItem account, in BluetoothMapContentObserver()
318 remoteSupportedFeatures & BluetoothMapMasInstance.getFeatureMask(); in setObserverRemoteFeatureMask()
H A DBluetoothMapContent.java150 private final BluetoothMapMasInstance mMasInstance;
424 BluetoothMapMasInstance mas) { in BluetoothMapContent()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/map/
H A DBluetoothMapContentObserverTest.java104 BluetoothMapMasInstance mockMas = mock(BluetoothMapMasInstance.class); in testInitMsgList()
137 BluetoothMapMasInstance mockMas = mock(BluetoothMapMasInstance.class); in testPushGroupMMS()