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()
603 private String getKeyStoreValueIfNeeded(String valueText, String optionType) in getKeyStoreValueIfNeeded() argument624 v = ((DryRunKeyStore) c).fetchKey(key, optionType); in getKeyStoreValueIfNeeded()
520 Filters optionType = getOptionType(options.getValue()); in validateFilterOption() local522 filterTestInfos.computeIfAbsent(optionType, k -> new HashSet<>()).add(test); in validateFilterOption()