Searched refs:numOfMatches (Results 1 – 1 of 1) sorted by relevance
355 public Builder setNumOfMatches(int numOfMatches) { in setNumOfMatches() argument356 if (numOfMatches < MATCH_NUM_ONE_ADVERTISEMENT in setNumOfMatches()357 || numOfMatches > MATCH_NUM_MAX_ADVERTISEMENT) { in setNumOfMatches()358 throw new IllegalArgumentException("invalid numOfMatches " + numOfMatches); in setNumOfMatches()360 mNumOfMatchesPerFilter = numOfMatches; in setNumOfMatches()