Searched refs:mMasInstance (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
H A DMapObexTestServer.java55 private static final BluetoothMapMasInstance mMasInstance = field in class:MapObexTestServer
67 mMasInstance,
70 mMasInstance,
H A DBluetoothMapContentTest.java58 private static final BluetoothMapMasInstance mMasInstance = field in class:BluetoothMapContentTest
343 mMasInstance);
375 mMasInstance);
405 mMasInstance);
434 mMasInstance);
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContentObserver.java125 private BluetoothMapMasInstance mMasInstance = null; field in class:BluetoothMapContentObserver
267 mMasInstance = masInstance;
268 mMasId = mMasInstance.getMasId();
270 mMapSupportedFeatures = mMasInstance.getRemoteFeatureMask();
297 mContactList = mMasInstance.getContactList();
307 mMsgListSms = mMasInstance.getMsgListSms();
314 mMsgListMms = mMasInstance.getMsgListMms();
321 mMsgListMsg = mMasInstance.getMsgListMsg();
360 mMasInstance.updateFolderVersionCounter();
362 mMasInstance
[all...]
H A DBluetoothMapObexServer.java105 private BluetoothMapMasInstance mMasInstance; // TODO: change to interface? field in class:BluetoothMapObexServer
129 mMasInstance = mas;
130 mRemoteFeatureMask = mMasInstance.getRemoteFeatureMask();
151 mOutContent = new BluetoothMapContent(mContext, mAccount, mMasInstance);
1072 outAppParams.setDatabaseIdentifier(0, mMasInstance.getDbIdentifier());
1078 outAppParams.setFolderVerCounter(mMasInstance.getFolderVersionCounter(), 0);
1228 mMasInstance.getCombinedConvoListVersionCounter(), 0);
1235 outAppParams.setDatabaseIdentifier(0, mMasInstance.getDbIdentifier());
H A DBluetoothMapContent.java158 private final BluetoothMapMasInstance mMasInstance; field in class:BluetoothMapContent
451 mMasInstance = mas;
2776 mMasInstance.updateSmsMmsConvoListVersionCounter();
2883 mMasInstance.updateImEmailConvoListVersionCounter();
2927 mMasInstance.updateSmsMmsConvoListVersionCounter();
2980 mMasInstance.updateImEmailConvoListVersionCounter();
4026 return mMasInstance.getSmsMmsConvoList();
4030 mMasInstance.setSmsMmsConvoList(smsMmsConvoList);
4034 return mMasInstance.getImEmailConvoList();
4038 mMasInstance
[all...]
/packages/services/Car/bluetooth/bt-map-service/src/com/google/android/auto/mapservice/
H A DBluetoothMapService.java129 private SdpMasRecord mMasInstance; field in class:BluetoothMapService

Completed in 195 milliseconds