Searched refs:maxMatchFilterLength (Results 1 – 2 of 2) sorted by relevance
212 int maxMatchFilterLength = characteristics.getMaxMatchFilterLength(); in assertValid() local213 if (maxMatchFilterLength != 0 && mMatchFilter != null in assertValid()214 && mMatchFilter.length > maxMatchFilterLength) { in assertValid()
255 int maxMatchFilterLength = characteristics.getMaxMatchFilterLength(); in assertValid() local256 if (maxMatchFilterLength != 0 && mMatchFilter != null in assertValid()257 && mMatchFilter.length > maxMatchFilterLength) { in assertValid()