Searched refs:getDefaultValue (Results 1 – 12 of 12) sorted by relevance
89 switchPreference.setDefaultValue(flag.getDefaultValue()); in applyTo()103 String onWarning = flag.getDefaultValue() ? "" : "<b>OVERRIDDEN</b><br>"; in updateSummary()104 String offWarning = flag.getDefaultValue() ? "<b>OVERRIDDEN</b><br>" : ""; in updateSummary()138 return mDataStore.getBoolean(flag.getKey(), flag.getDefaultValue()); in getFlagStateFromSharedPrefs()
188 boolean getDefaultValue() { in getDefaultValue() method in BaseFlags.TogglableFlag218 && (this.defaultValue == that.getDefaultValue()) in equals()
81 if (spec.needsValue() && !spec.getDefaultValue().empty()) { in printUsage()82 printf("\tdefault: %s", spec.getDefaultValue().c_str()); in printUsage()103 if (optionSpec.needsValue() && !optionSpec.getDefaultValue().empty()) { in parseArguments()105 options[optionName] = optionSpec.getDefaultValue(); in parseArguments()
48 const std::string &getDefaultValue() const { return mDefaultValue; } in getDefaultValue() function
53 public String getDefaultValue() { in getDefaultValue() method in DefaultsStore.Defaults79 public String getDefaultValue(String key) { in getDefaultValue() method in DefaultsStore84 return defaults.getDefaultValue(); in getDefaultValue()
335 return mDefaultsStore.getDefaultValue(key);344 String defaultValueString = mDefaultsStore.getDefaultValue(key);354 String defaultValueString = mDefaultsStore.getDefaultValue(key);
70 setDefaultValue(representation.getDefaultValue()); in useParametersFrom()132 public int getDefaultValue() { in getDefaultValue() method in FilterBasicRepresentation
26 int getDefaultValue(); in getDefaultValue() method
87 public int getDefaultValue() { in getDefaultValue() method in BasicParameterInt
113 flag.setForTests(flag.getDefaultValue());
86 public int getDefaultValue() { in getDefaultValue() method in BasicEditor
344 public int getDefaultValue() { in getDefaultValue() method in EditorGrad