Searched refs:optionType (Results 1 – 3 of 3) sorted by relevance
42 public String fetchKey(String key, String optionType) { in fetchKey() argument43 switch (optionType) { in fetchKey()
555 private String getKeyStoreValueIfNeeded(String valueText, String optionType) in getKeyStoreValueIfNeeded() argument571 v = ((DryRunKeyStore) c).fetchKey(key, optionType); in getKeyStoreValueIfNeeded()
278 Filters optionType = getOptionType(options.getValue()); in validateFilterOption() local280 filterTestInfos.computeIfAbsent(optionType, k -> new HashSet<>()).add(test); in validateFilterOption()