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.java118 private MultiMap<FieldDef, String> mFieldSources = new MultiMap<>(); field in Configuration
583 mFieldSources.remove(field); in internalInjectOptionValue()
585 mFieldSources.put(field, source); in internalInjectOptionValue()
1187 List<String> source = mFieldSources.get(new FieldDef(optionObject, field, key)); in getOptionJson()
1198 List<String> source = mFieldSources.get(new FieldDef(optionObject, field, key)); in getOptionJson()
1208 List<String> source = mFieldSources.get(new FieldDef(optionObject, field, null)); in getOptionJson()