Home
last modified time | relevance | path

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

/frameworks/opt/net/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
/frameworks/base/core/java/android/util/
DKeyValueListParser.java242 public int getDefaultValue() { in getDefaultValue() method in KeyValueListParser.IntValue
295 public long getDefaultValue() { in getDefaultValue() method in KeyValueListParser.LongValue
348 public String getDefaultValue() { in getDefaultValue() method in KeyValueListParser.StringValue
401 public float getDefaultValue() { in getDefaultValue() method in KeyValueListParser.FloatValue
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsState.java381 if (oldSetting != null && !oldSetting.isNull() && oldSetting.getDefaultValue() != null) { in resetSettingDefaultValueLocked()
383 String oldDefaultValue = oldSetting.getDefaultValue(); in resetSettingDefaultValueLocked()
389 newSetting.getValue(), oldDefaultValue, newSetting.getDefaultValue()); in resetSettingDefaultValueLocked()
443 oldDefaultValue, newState.getDefaultValue()); in insertSettingLocked()
587 String oldDefaultValue = setting.getDefaultValue(); in resetSettingLocked()
594 String newDefaultValue = setting.getDefaultValue(); in resetSettingLocked()
828 setting.getValue(), setting.getDefaultValue(), setting.getPackageName(), in doWriteState()
1279 public String getDefaultValue() { in getDefaultValue() method in SettingsState.Setting
DSettingsProvider.java873 if (setting.getDefaultValue() != null) { in dumpSettingsLocked()
874 pw.print(" default:"); pw.print(setting.getDefaultValue()); in dumpSettingsLocked()
4930 } else if (setting.getDefaultValue() != null && setting.isDefaultFromSystem()) {
DSettingsProtoDumpUtil.java1705 if (setting.getDefaultValue() != null) { in dumpSetting()
1706 proto.write(SettingProto.DEFAULT_VALUE, setting.getDefaultValue()); in dumpSetting()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt42457 method public java.lang.Object getDefaultValue();
/frameworks/base/api/
Dcurrent.txt65429 method @Nullable public Object getDefaultValue();