Searched refs:getFilterConvoId (Results 1 – 3 of 3) sorted by relevance
770 if (getFilterConvoId() != null) { in encodeParams()773 appParamBuf.putLong(getFilterConvoId().getMostSignificantBits()); in encodeParams()774 appParamBuf.putLong(getFilterConvoId().getLeastSignificantBits()); in encodeParams()1082 public SignedLongLong getFilterConvoId() { in getFilterConvoId() method in BluetoothMapAppParams
1048 SignedLongLong tmpLongLong = appParams.getFilterConvoId(); in onGet()1164 || appParams.getFilterConvoId() != null) { in sendMessageListingRsp()
2062 if (ap.getFilterConvoId() != null) { in setConvoWhereFilterSmsMms()2063 convoId = ap.getFilterConvoId().getLeastSignificantBits(); in setConvoWhereFilterSmsMms()3419 if (ap.getFilterConvoId() != null) { in appendConvoListQueryParameters()3420 convoId = ap.getFilterConvoId().getLeastSignificantBits(); in appendConvoListQueryParameters()