Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DMapObexTestServer.java55 private static final BluetoothMapMasInstance mMasInstance = field in MapObexTestServer
67 mMasInstance, in MapObexTestServer()
70 mMasInstance, in MapObexTestServer()
DBluetoothMapContentTest.java58 private static final BluetoothMapMasInstance mMasInstance = field in BluetoothMapContentTest
343 mMasInstance); in testMsgListing()
375 mMasInstance); in testMsgListingUnread()
405 mMasInstance); in testMsgListingWithOriginator()
434 mMasInstance); in testGetMessages()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java124 private BluetoothMapMasInstance mMasInstance = null; field in BluetoothMapContentObserver
264 mMasInstance = masInstance; in BluetoothMapContentObserver()
265 mMasId = mMasInstance.getMasId(); in BluetoothMapContentObserver()
267 mMapSupportedFeatures = mMasInstance.getRemoteFeatureMask(); in BluetoothMapContentObserver()
294 mContactList = mMasInstance.getContactList(); in BluetoothMapContentObserver()
304 mMsgListSms = mMasInstance.getMsgListSms(); in BluetoothMapContentObserver()
311 mMsgListMms = mMasInstance.getMsgListMms(); in BluetoothMapContentObserver()
318 mMsgListMsg = mMasInstance.getMsgListMsg(); in BluetoothMapContentObserver()
357 mMasInstance.updateFolderVersionCounter(); in setMsgListSms()
359 mMasInstance.setMsgListSms(msgListSms); in setMsgListSms()
[all …]
DBluetoothMapObexServer.java104 private BluetoothMapMasInstance mMasInstance; // TODO: change to interface? field in BluetoothMapObexServer
128 mMasInstance = mas; in BluetoothMapObexServer()
129 mRemoteFeatureMask = mMasInstance.getRemoteFeatureMask(); in BluetoothMapObexServer()
150 mOutContent = new BluetoothMapContent(mContext, mAccount, mMasInstance); in BluetoothMapObexServer()
1042 outAppParams.setDatabaseIdentifier(0, mMasInstance.getDbIdentifier()); in sendMessageListingRsp()
1048 outAppParams.setFolderVerCounter(mMasInstance.getFolderVersionCounter(), 0); in sendMessageListingRsp()
1198 mMasInstance.getCombinedConvoListVersionCounter(), 0); in sendConvoListingRsp()
1205 outAppParams.setDatabaseIdentifier(0, mMasInstance.getDbIdentifier()); in sendConvoListingRsp()
DBluetoothMapContent.java158 private final BluetoothMapMasInstance mMasInstance; field in BluetoothMapContent
451 mMasInstance = mas; in BluetoothMapContent()
2771 mMasInstance.updateSmsMmsConvoListVersionCounter(); in refreshSmsMmsConvoVersions()
2878 mMasInstance.updateImEmailConvoListVersionCounter(); in refreshImEmailConvoVersions()
2922 mMasInstance.updateSmsMmsConvoListVersionCounter(); in updateSmsMmsConvoVersion()
2975 mMasInstance.updateImEmailConvoListVersionCounter(); in updateImEmailConvoVersion()
4021 return mMasInstance.getSmsMmsConvoList(); in getSmsMmsConvoList()
4025 mMasInstance.setSmsMmsConvoList(smsMmsConvoList); in setSmsMmsConvoList()
4029 return mMasInstance.getImEmailConvoList(); in getImEmailConvoList()
4033 mMasInstance.setImEmailConvoList(imEmailConvoList); in setImEmailConvoList()
/packages/services/Car/bluetooth/bt-map-service/src/com/google/android/auto/mapservice/
DBluetoothMapService.java129 private SdpMasRecord mMasInstance; field in BluetoothMapService