Searched refs:numOfMatches (Results 1 – 1 of 1) sorted by relevance
393 public Builder setNumOfMatches(int numOfMatches) { in setNumOfMatches() argument394 if (numOfMatches < MATCH_NUM_ONE_ADVERTISEMENT in setNumOfMatches()395 || numOfMatches > MATCH_NUM_MAX_ADVERTISEMENT) { in setNumOfMatches()396 throw new IllegalArgumentException("invalid numOfMatches " + numOfMatches); in setNumOfMatches()398 mNumOfMatchesPerFilter = numOfMatches; in setNumOfMatches()