Searched defs:mMasInstance (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
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);
1227 mMasInstance.getCombinedConvoListVersionCounter(), 0);
1234 outAppParams.setDatabaseIdentifier(0, mMasInstance.getDbIdentifier());
H A DBluetoothMapContent.java152 private final BluetoothMapMasInstance mMasInstance; field in class:BluetoothMapContent
445 mMasInstance = mas;
2770 mMasInstance.updateSmsMmsConvoListVersionCounter();
2877 mMasInstance.updateImEmailConvoListVersionCounter();
2921 mMasInstance.updateSmsMmsConvoListVersionCounter();
2974 mMasInstance.updateImEmailConvoListVersionCounter();
4020 return mMasInstance.getSmsMmsConvoList();
4024 mMasInstance.setSmsMmsConvoList(smsMmsConvoList);
4028 return mMasInstance.getImEmailConvoList();
4032 mMasInstance
[all...]
H A DBluetoothMapContentObserver.java126 private BluetoothMapMasInstance mMasInstance = null; field in class:BluetoothMapContentObserver
268 mMasInstance = masInstance;
269 mMasId = mMasInstance.getMasId();
271 mMapSupportedFeatures = mMasInstance.getRemoteFeatureMask();
298 mContactList = mMasInstance.getContactList();
308 mMsgListSms = mMasInstance.getMsgListSms();
315 mMsgListMms = mMasInstance.getMsgListMms();
322 mMsgListMsg = mMasInstance.getMsgListMsg();
361 mMasInstance.updateFolderVersionCounter();
363 mMasInstance
[all...]

Completed in 78 milliseconds