Searched refs:mListConfig (Results 1 – 1 of 1) sorted by relevance
28 private List<String> mListConfig; field in ConfigCompletor33 mListConfig = listConfig; in ConfigCompletor()45 candidates.addAll(mListConfig); in complete()49 for (Object configName : mListConfig) { in complete()