Home
last modified time | relevance | path

Searched defs:newValue (Results 1 – 25 of 99) sorted by relevance

1234

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/testables/
DTestableDeviceConfigTest.java76 String newValue = "value2"; in setAndGetProperty_multipleNamespaces() local
87 String newValue = "value2"; in setAndGetProperty_overrideValue() local
97 String newValue = "value2"; in getProperties_empty() local
120 String newValue = "value2"; in getProperties() local
/frameworks/base/services/core/java/com/android/server/location/
DIContextHubWrapper.java98 public abstract void onSettingChanged(byte setting, byte newValue); in onSettingChanged()
115 public void onSettingChanged(byte setting, byte newValue) {} in onSettingChanged()
133 public void onSettingChanged(byte setting, byte newValue) { in onSettingChanged()
/frameworks/base/core/java/android/service/controls/actions/
DFloatAction.java39 public FloatAction(@NonNull String templateId, float newValue) { in FloatAction()
51 public FloatAction(@NonNull String templateId, float newValue, in FloatAction()
/frameworks/base/services/core/java/com/android/server/vr/
DSettingsObserver.java63 void onSettingRestored(String prevValue, String newValue, int userId); in onSettingRestored()
138 …private void sendSettingRestored(final String prevValue, final String newValue, final int userId) { in sendSettingRestored()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/development/
DAbstractLogdSizePreferenceController.java79 public boolean onPreferenceChange(Preference preference, Object newValue) { in onPreferenceChange()
144 public void writeLogdSizeOption(Object newValue) { in writeLogdSizeOption()
DAbstractLogpersistPreferenceController.java96 public boolean onPreferenceChange(Preference preference, Object newValue) { in onPreferenceChange()
210 public void writeLogpersistOption(Object newValue, boolean skipWarning) { in writeLogpersistOption()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DMetricsUtils.java113 int newValue = histogram.get(key) + 1; in addValueToLogHistogram() local
159 int newValue = histogram.get(bucket) + 1; in addValueToLinearHistogram() local
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
DDeviceConfigServiceTest.java66 final String newValue = "value2"; in testPut() local
145 String newValue = "value2"; in testReset() local
DInstallNonMarketAppsDeprecationTest.java59 String newValue = getSetting(SETTING_TYPE_SECURE, Settings.Secure.INSTALL_NON_MARKET_APPS); in waitTillValueChanges() local
/frameworks/native/services/inputflinger/reader/mapper/
DJoystickInputMapper.cpp261 float newValue, highNewValue; in process() local
381 bool JoystickInputMapper::hasValueChangedSignificantly(float filter, float newValue, in hasValueChangedSignificantly()
397 bool JoystickInputMapper::hasMovedNearerToValueWithinFilteredRange(float filter, float newValue, in hasMovedNearerToValueWithinFilteredRange()
DJoystickInputMapper.h57 float newValue; // most recent value member
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DStatusBarSwitch.java56 public void onTuningChanged(String key, String newValue) { in onTuningChanged()
DTunerSwitch.java41 public void onTuningChanged(String key, String newValue) { in onTuningChanged()
DClockPreference.java61 public void onTuningChanged(String key, String newValue) { in onTuningChanged()
DBatteryPreference.java65 public void onTuningChanged(String key, String newValue) { in onTuningChanged()
DTunablePadding.java56 public void onTuningChanged(String key, String newValue) { in onTuningChanged()
/frameworks/base/services/core/java/com/android/server/timezonedetector/
DReferenceWithHistory.java91 public V set(@Nullable V newValue) { in set()
/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
DLockTargetStateAnalysis.java66 public BasicValue newValue(Type type) { in newValue() method in LockTargetStateAnalysis
/frameworks/base/core/tests/coretests/src/android/os/
DPowerManagerVrTest.java139 private String setTestVrListener(String newValue) { in setTestVrListener()
/frameworks/base/core/tests/coretests/src/android/provider/
DSettingsProviderTest.java397 String newValue = "value2"; in testCall_putAndGetConfig() local
466 String newValue = "value2"; in testCall_listConfig() local
/frameworks/base/services/tests/servicestests/src/com/android/server/timedetector/
DReferenceWithHistoryTest.java125 ReferenceWithHistory<T> referenceWithHistory, TestRef<T> reference, T newValue) { in setAndCompareReturnValue()
/frameworks/base/services/core/java/com/android/server/content/
DSyncManagerConstants.java82 String newValue = Settings.Global.getString(mContext.getContentResolver(), in refresh() local
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnection.java288 final long newValue = SQLiteGlobal.getDefaultPageSize(); in setPageSize() local
298 final long newValue = SQLiteGlobal.getWALAutoCheckpoint(); in setAutoCheckpointInterval() local
308 final long newValue = SQLiteGlobal.getJournalSizeLimit(); in setJournalSizeLimit() local
318 final long newValue = mConfiguration.foreignKeyConstraintsEnabled ? 1 : 0; in setForeignKeyModeFromConfiguration() local
387 private void setSyncMode(String newValue) { in setSyncMode()
404 private void setJournalMode(String newValue) { in setJournalMode()
1417 PreparedStatement oldValue, PreparedStatement newValue) { in entryRemoved()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DOperatorNameView.java100 public void onTuningChanged(String key, String newValue) { in onTuningChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DPropertyAnimator.java136 float newValue) { in applyImmediately()

1234