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.java98 BluetoothMapContent mOutContent; field in BluetoothMapObexServer
150 mOutContent = new BluetoothMapContent(mContext, mAccount, mMasInstance); in BluetoothMapObexServer()
301 this.mOutContent.setRemoteFeatureMask(mRemoteFeatureMask); in setRemoteFeatureMask()
1012 outList = mOutContent.msgListing(folderToList, appParams); in sendMessageListingRsp()
1027 listSize = mOutContent.msgListingSize(folderToList, appParams); in sendMessageListingRsp()
1028 hasUnread = mOutContent.msgListingHasUnread(folderToList, appParams); in sendMessageListingRsp()
1178 outList = mOutContent.convoListing(appParams, false); in sendConvoListingRsp()
1185 outList = mOutContent.convoListing(appParams, true); in sendConvoListingRsp()
1188 mOutContent.refreshSmsMmsConvoVersions(); in sendConvoListingRsp()
1191 mOutContent.refreshImEmailConvoVersions(); in sendConvoListingRsp()
[all …]