Searched refs:getFilterConvoId (Results 1 – 5 of 5) sorted by relevance
1138 if (getFilterConvoId() != null) { in encodeParams()1141 appParamBuf.putLong(getFilterConvoId().getMostSignificantBits()); in encodeParams()1142 appParamBuf.putLong(getFilterConvoId().getLeastSignificantBits()); in encodeParams()1455 public SignedLongLong getFilterConvoId() { in getFilterConvoId() method in BluetoothMapAppParams
1157 SignedLongLong tmpLongLong = appParams.getFilterConvoId(); in onGet()1321 || appParams.getFilterConvoId() != null) { in sendMessageListingRsp()
2026 if (ap.getFilterConvoId() != null) { in setConvoWhereFilterSmsMms()2027 convoId = ap.getFilterConvoId().getLeastSignificantBits(); in setConvoWhereFilterSmsMms()3419 if (ap.getFilterConvoId() != null) { in appendConvoListQueryParameters()3420 convoId = ap.getFilterConvoId().getLeastSignificantBits(); in appendConvoListQueryParameters()
216 assertThat(appParams.getFilterConvoId()) in settersAndGetters()397 assertThat(appParams.getFilterConvoId()).isNull(); in setters_withIllegalStrings()
304 when(mParams.getFilterConvoId()).thenReturn(SignedLongLong.fromString(convoId)); in setConvoWhereFilterSmsMms()