Searched refs:matchMode (Results 1 – 1 of 1) sorted by relevance
175 long reportDelayMillis, int matchMode, int numOfMatchesPerFilter) { in ScanSettings() argument181 mMatchMode = matchMode; in ScanSettings()334 public Builder setMatchMode(int matchMode) { in setMatchMode() argument335 if (matchMode < MATCH_MODE_AGGRESSIVE in setMatchMode()336 || matchMode > MATCH_MODE_STICKY) { in setMatchMode()337 throw new IllegalArgumentException("invalid matchMode " + matchMode); in setMatchMode()339 mMatchMode = matchMode; in setMatchMode()