Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapService.java126 private SparseArray<BluetoothMapMasInstance> mMasInstances =
127 new SparseArray<BluetoothMapMasInstance>(1);
129 private HashMap<BluetoothMapAccountItem, BluetoothMapMasInstance> mMasInstanceMap =
130 new HashMap<BluetoothMapAccountItem, BluetoothMapMasInstance>(1);
217 BluetoothMapMasInstance masInst = mMasInstances.get(masId); // returns null for -1 in startSocketListeners()
310 BluetoothMapMasInstance masInst = mMasInstances.valueAt(i); in stopObexServerSessions()
323 BluetoothMapMasInstance masInst = mMasInstances.get(masId); // returns null for -1 in stopObexServerSessions()
460 BluetoothMapMasInstance masInst = mMasInstances.get(msg.arg1); in handleMessage()
489 BluetoothMapMasInstance masInst = mMasInstances.get(masId); in onConnectHandler()
804 BluetoothMapMasInstance masInst = mMasInstanceMap.remove(account); in updateMasInstancesHandler()
[all …]
DBluetoothMapMasInstance.java47 public class BluetoothMapMasInstance implements IObexConnectionHandler { class
119 public BluetoothMapMasInstance( in BluetoothMapMasInstance() method in BluetoothMapMasInstance
508 boolean isValid = mMapService.onConnect(device, BluetoothMapMasInstance.this); in onConnect()
DBluetoothMapObexServer.java118 private BluetoothMapMasInstance mMasInstance; // TODO: change to interface?
133 BluetoothMapMasInstance mas, in BluetoothMapObexServer()
1919 : BluetoothMapMasInstance.TYPE_EMAIL_STR; in sendMASInstanceInformationRsp()
1941 outString = BluetoothMapMasInstance.TYPE_SMS_MMS_STR; in sendMASInstanceInformationRsp()
DBluetoothMapContentObserver.java135 private BluetoothMapMasInstance mMasInstance = null;
262 BluetoothMapMasInstance masInstance, in BluetoothMapContentObserver()
333 mMapSupportedFeatures = remoteSupportedFeatures & BluetoothMapMasInstance.getFeatureMask(); in setObserverRemoteFeatureMask()
DBluetoothMapContent.java156 private final BluetoothMapMasInstance mMasInstance;
435 final Context context, BluetoothMapAccountItem account, BluetoothMapMasInstance mas) { in BluetoothMapContent()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapMasInstanceTest.java74 BluetoothMapMasInstance instance = in toString_returnsInfo()
75 new BluetoothMapMasInstance( in toString_returnsInfo()
DEventTest.java77 BluetoothMapMasInstance mockMas = mock(BluetoothMapMasInstance.class); in setUp()
DBluetoothMapObexServerTest.java68 private BluetoothMapMasInstance mMasInstance;
97 new BluetoothMapMasInstance( in setUp()
DBluetoothMapContentTest.java119 @Mock private BluetoothMapMasInstance mMasInstance;
810 BluetoothMapMasInstance instance = spy(BluetoothMapMasInstance.class); in setters_withConvoList()
DBluetoothMapContentObserverTest.java128 @Mock private BluetoothMapMasInstance mInstance;