Searched refs:mDefaultValues (Results 1 – 2 of 2) sorted by relevance
37 private final CharSequence[] mDefaultValues; field in ListPreference60 mDefaultValues = a.getTextArray(attrDefaultValue); in ListPreference()62 mDefaultValues = new CharSequence[1]; in ListPreference()63 mDefaultValues[0] = a.getString(attrDefaultValue); in ListPreference()103 for (int i = 0; i < mDefaultValues.length; i++) { in findSupportedDefaultValue()107 if (mEntryValues[j].equals(mDefaultValues[i])) { in findSupportedDefaultValue()108 return mDefaultValues[i].toString(); in findSupportedDefaultValue()
92 private final ArrayMap<String, String> mDefaultValues = new ArrayMap<>(); field in FileUpdater169 writeFiles(mDefaultValues); in restoreDefault()268 if (mDefaultValues.containsKey(file)) { in ensureDefaultLoaded()283 mDefaultValues.put(file, originalValue); in ensureDefaultLoaded()325 XmlUtils.writeMapXml(mDefaultValues, out, null); in saveDefaultValuesLocked()375 mDefaultValues.clear(); in loadDefaultValuesLocked()376 mDefaultValues.putAll(read); in loadDefaultValuesLocked()404 return mDefaultValues; in getDefaultValuesForTest()