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