Home
last modified time | relevance | path

Searched refs:mFieldSources (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/config/
DConfiguration.java110 private MultiMap<FieldDef, String> mFieldSources = new MultiMap<>(); field in Configuration
533 mFieldSources.remove(field); in internalInjectOptionValue()
535 mFieldSources.put(field, source); in internalInjectOptionValue()
1105 List<String> source = mFieldSources.get(new FieldDef(optionObject, field, key)); in getOptionJson()
1116 List<String> source = mFieldSources.get(new FieldDef(optionObject, field, key)); in getOptionJson()
1126 List<String> source = mFieldSources.get(new FieldDef(optionObject, field, null)); in getOptionJson()