Searched refs:getFilterConvoId (Results 1 – 3 of 3) sorted by relevance
759 if (getFilterConvoId() != null) { in EncodeParams()762 appParamBuf.putLong(getFilterConvoId().getMostSignificantBits()); in EncodeParams()763 appParamBuf.putLong(getFilterConvoId().getLeastSignificantBits()); in EncodeParams()1052 public SignedLongLong getFilterConvoId(){ in getFilterConvoId() method in BluetoothMapAppParams
880 SignedLongLong tmpLongLong = appParams.getFilterConvoId(); in onGet()983 || appParams.getFilterConvoId() != null) { in sendMessageListingRsp()
1926 if(ap.getFilterConvoId() != null) { in setConvoWhereFilterSmsMms()1927 convoId = ap.getFilterConvoId().getLeastSignificantBits(); in setConvoWhereFilterSmsMms()3164 if(ap.getFilterConvoId() != null) { in appendConvoListQueryParameters()3165 convoId = ap.getFilterConvoId().getLeastSignificantBits(); in appendConvoListQueryParameters()