Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java99 BluetoothMapContent mOutContent; field in BluetoothMapObexServer
151 mOutContent = new BluetoothMapContent(mContext, mAccount, mMasInstance); in BluetoothMapObexServer()
302 this.mOutContent.setRemoteFeatureMask(mRemoteFeatureMask); in setRemoteFeatureMask()
1042 outList = mOutContent.msgListing(folderToList, appParams); in sendMessageListingRsp()
1057 listSize = mOutContent.msgListingSize(folderToList, appParams); in sendMessageListingRsp()
1058 hasUnread = mOutContent.msgListingHasUnread(folderToList, appParams); in sendMessageListingRsp()
1208 outList = mOutContent.convoListing(appParams, false); in sendConvoListingRsp()
1214 outList = mOutContent.convoListing(appParams, true); in sendConvoListingRsp()
1217 mOutContent.refreshSmsMmsConvoVersions(); in sendConvoListingRsp()
1220 mOutContent.refreshImEmailConvoVersions(); in sendConvoListingRsp()
[all …]