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
1043 SignedLongLong tmpLongLong = appParams.getFilterConvoId(); in onGet()1159 || appParams.getFilterConvoId() != null) { in sendMessageListingRsp()
2062 if (ap.getFilterConvoId() != null) { in setConvoWhereFilterSmsMms()2063 convoId = ap.getFilterConvoId().getLeastSignificantBits(); in setConvoWhereFilterSmsMms()3425 if (ap.getFilterConvoId() != null) { in appendConvoListQueryParameters()3426 convoId = ap.getFilterConvoId().getLeastSignificantBits(); in appendConvoListQueryParameters()