Searched refs:numOfMatches (Results 1 – 1 of 1) sorted by relevance
317 public Builder setNumOfMatches(int numOfMatches) { in setNumOfMatches() argument318 if (numOfMatches < MATCH_NUM_ONE_ADVERTISEMENT in setNumOfMatches()319 || numOfMatches > MATCH_NUM_MAX_ADVERTISEMENT) { in setNumOfMatches()320 throw new IllegalArgumentException("invalid numOfMatches " + numOfMatches); in setNumOfMatches()322 mNumOfMatchesPerFilter = numOfMatches; in setNumOfMatches()