Searched refs:BluetoothMapMasInstance (Results 1 – 10 of 10) sorted by relevance
126 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 …]
47 public class BluetoothMapMasInstance implements IObexConnectionHandler { class119 public BluetoothMapMasInstance( in BluetoothMapMasInstance() method in BluetoothMapMasInstance508 boolean isValid = mMapService.onConnect(device, BluetoothMapMasInstance.this); in onConnect()
118 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()
135 private BluetoothMapMasInstance mMasInstance = null;262 BluetoothMapMasInstance masInstance, in BluetoothMapContentObserver()333 mMapSupportedFeatures = remoteSupportedFeatures & BluetoothMapMasInstance.getFeatureMask(); in setObserverRemoteFeatureMask()
156 private final BluetoothMapMasInstance mMasInstance;435 final Context context, BluetoothMapAccountItem account, BluetoothMapMasInstance mas) { in BluetoothMapContent()
74 BluetoothMapMasInstance instance = in toString_returnsInfo()75 new BluetoothMapMasInstance( in toString_returnsInfo()
77 BluetoothMapMasInstance mockMas = mock(BluetoothMapMasInstance.class); in setUp()
68 private BluetoothMapMasInstance mMasInstance;97 new BluetoothMapMasInstance( in setUp()
119 @Mock private BluetoothMapMasInstance mMasInstance;810 BluetoothMapMasInstance instance = spy(BluetoothMapMasInstance.class); in setters_withConvoList()
128 @Mock private BluetoothMapMasInstance mInstance;