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