Searched refs:outAppParams (Results 1 – 1 of 1) sorted by relevance
964 BluetoothMapAppParams outAppParams = new BluetoothMapAppParams(); in sendMessageListingRsp() local1014 outAppParams.setMessageListingSize(outList.getCount()); in sendMessageListingRsp()1029 outAppParams.setMessageListingSize(listSize); in sendMessageListingRsp()1036 outAppParams.setNewMessage(1); in sendMessageListingRsp()1038 outAppParams.setNewMessage(0); in sendMessageListingRsp()1042 outAppParams.setDatabaseIdentifier(0, mMasInstance.getDbIdentifier()); in sendMessageListingRsp()1048 outAppParams.setFolderVerCounter(mMasInstance.getFolderVersionCounter(), 0); in sendMessageListingRsp()1050 outAppParams.setMseTime(Calendar.getInstance().getTime().getTime()); in sendMessageListingRsp()1051 replyHeaders.setHeader(HeaderSet.APPLICATION_PARAMETER, outAppParams.EncodeParams()); in sendMessageListingRsp()1155 BluetoothMapAppParams outAppParams = new BluetoothMapAppParams(); in sendConvoListingRsp() local[all …]