Searched refs:maxMatchFilterLength (Results 1 – 2 of 2) sorted by relevance
213 int maxMatchFilterLength = characteristics.getMaxMatchFilterLength(); in assertValid() local214 if (maxMatchFilterLength != 0 && mMatchFilter != null in assertValid()215 && mMatchFilter.length > maxMatchFilterLength) { in assertValid()
256 int maxMatchFilterLength = characteristics.getMaxMatchFilterLength(); in assertValid() local257 if (maxMatchFilterLength != 0 && mMatchFilter != null in assertValid()258 && mMatchFilter.length > maxMatchFilterLength) { in assertValid()