Searched refs:getValues (Results 1 – 4 of 4) sorted by relevance
33 public TreeMap<String, Value> getValues() { in getValues() method in FlatConfig
149 for (Map.Entry<String, Value> entry: config.getValues().entrySet()) { in getVariables()
141 for (Map.Entry<String, Value> entry: config.getValues().entrySet()) { in writeFlat()
50 mVariables = mResult.getValues(); in FlattenConfig()