Searched refs:mFieldSources (Results 1 – 1 of 1) sorted by relevance
118 private MultiMap<FieldDef, String> mFieldSources = new MultiMap<>(); field in Configuration583 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()