Searched refs:addExactRejectRule (Results 1 – 2 of 2) sorted by relevance
84 matcher.addExactRejectRule(HexEncoding.decode("cafe00112233"), in testSerialize_Exact()86 matcher.addExactRejectRule(HexEncoding.decode("beef00112233"), in testSerialize_Exact()106 matcher.addExactRejectRule(HexEncoding.decode("aa"), null); in testSerialize_Prefix()
143 public void addExactRejectRule(@NonNull byte[] value, @Nullable byte[] mask) { in addExactRejectRule() method in BytesMatcher279 matcher.addExactRejectRule(ruleValue, ruleMask); in decode()