Home
last modified time | relevance | path

Searched refs:getDefaultValue (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/settings/
DDefaultsStore.java53 public String getDefaultValue() { in getDefaultValue() method in DefaultsStore.Defaults
79 public String getDefaultValue(String key) { in getDefaultValue() method in DefaultsStore
84 return defaults.getDefaultValue(); in getDefaultValue()
DSettingsManager.java338 return mDefaultsStore.getDefaultValue(key);
347 String defaultValueString = mDefaultsStore.getDefaultValue(key);
357 String defaultValueString = mDefaultsStore.getDefaultValue(key);
/packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
Darguments_parser.cpp81 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()
Darguments_parser.h48 const std::string &getDefaultValue() const { return mDefaultValue; } in getDefaultValue() function
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DKeyValueListParser.java243 public int getDefaultValue() { in getDefaultValue() method in KeyValueListParser.IntValue
291 public long getDefaultValue() { in getDefaultValue() method in KeyValueListParser.LongValue
339 public String getDefaultValue() { in getDefaultValue() method in KeyValueListParser.StringValue
387 public float getDefaultValue() { in getDefaultValue() method in KeyValueListParser.FloatValue
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DFilterBasicRepresentation.java70 setDefaultValue(representation.getDefaultValue()); in useParametersFrom()
132 public int getDefaultValue() { in getDefaultValue() method in FilterBasicRepresentation
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
DParameterInteger.java26 int getDefaultValue(); in getDefaultValue() method
DBasicParameterInt.java87 public int getDefaultValue() { in getDefaultValue() method in BasicParameterInt
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DBasicEditor.java86 public int getDefaultValue() { in getDefaultValue() method in BasicEditor