Home
last modified time | relevance | path

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

12345

/frameworks/libs/modules-utils/javatests/com/android/modules/utils/testing/
DTestableDeviceConfigTest.java87 String newValue = "value2"; in setAndGetProperty_multipleNamespaces() local
98 String newValue = "value2"; in setAndGetProperty_overrideValue() local
108 String newValue = "value2"; in setProperties() local
122 String newValue = "value2"; in deleteProperty() local
132 String newValue = "value2"; in getProperties_empty() local
155 String newValue = "value2"; in getProperties() local
194 String newValue = "value2"; in testListener_setProperties() local
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/injector/
DFakeSettingsHelper.java58 public void setValue(Object newValue) { in setValue()
62 public void setValue(Object newValue, int userId) { in setValue()
182 public void setGnssMeasurementsFullTrackingEnabled(boolean newValue) { in setGnssMeasurementsFullTrackingEnabled()
218 public void setAdasSettingsAllowlist(PackageTagsList newValue) { in setAdasSettingsAllowlist()
222 public void setIgnoreSettingsAllowlist(PackageTagsList newValue) { in setIgnoreSettingsAllowlist()
243 public void getBackgroundThrottleProximityAlertIntervalMs(long newValue) { in getBackgroundThrottleProximityAlertIntervalMs()
252 public void setCoarseLocationAccuracyM(float newValue) { in setCoarseLocationAccuracyM()
/frameworks/rs/toolkit/test/
DReferenceLut.kt38 val newValue = byteArrayOf( in <lambda>() constant
/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/packages/SettingsProvider/test/src/com/android/providers/settings/
DSettingsHelperTest.java315 int newValue = 1; in restoreValue_autoRotation_deviceStateAutoRotationDisabled_restoresValue() local
328 int newValue = 1; in restoreValue_autoRotation_deviceStateAutoRotationEnabled_doesNotRestoreValue() local
351 private void restoreAutoRotationSetting(int newValue) { in restoreAutoRotationSetting()
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/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/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DRoundable.kt90 val newValue = roundnessMap.values.maxOrNull() ?: 0f in <lambda>() constant
159 val newValue = roundnessMap.values.maxOrNull() ?: 0f in <lambda>() constant
/frameworks/native/services/inputflinger/reader/mapper/
DJoystickInputMapper.cpp265 float newValue, highNewValue; in process() local
387 bool JoystickInputMapper::hasValueChangedSignificantly(float filter, float newValue, in hasValueChangedSignificantly()
403 bool JoystickInputMapper::hasMovedNearerToValueWithinFilteredRange(float filter, float newValue, in hasMovedNearerToValueWithinFilteredRange()
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DStatusBarSwitch.java56 public void onTuningChanged(String key, String newValue) { in onTuningChanged()
DTunerSwitch.java42 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()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/
DFakeFlashlightController.java44 public void onFlashlightAvailabilityChanged(boolean newValue) { in onFlashlightAvailabilityChanged()
/frameworks/base/services/core/java/com/android/server/timezonedetector/
DReferenceWithHistory.java91 public V set(@Nullable V newValue) { in set()
/frameworks/native/libs/battery/
DLongArrayMultiStateCounter.cpp26 const std::vector<uint64_t>& newValue, in delta()
/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricStrengthController.java71 final String newValue = DeviceConfig.getString(DeviceConfig.NAMESPACE_BIOMETRICS, in updateStrengths() local
/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
DLockTargetStateAnalysis.java68 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.java341 String newValue = "value2"; in testCall_putAndGetConfig() local
410 String newValue = "value2"; in testCall_listConfig() local
/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.java299 final long newValue = SQLiteGlobal.getDefaultPageSize(); in setPageSize() local
309 final long newValue = SQLiteGlobal.getWALAutoCheckpoint(); in setAutoCheckpointInterval() local
319 final long newValue = SQLiteGlobal.getJournalSizeLimit(); in setJournalSizeLimit() local
329 final long newValue = mConfiguration.foreignKeyConstraintsEnabled ? 1 : 0; in setForeignKeyModeFromConfiguration() local
392 private void setSyncMode(@SQLiteDatabase.SyncMode String newValue) { in setSyncMode()
414 private void setJournalMode(@SQLiteDatabase.JournalMode String newValue) { in setJournalMode()
1442 PreparedStatement oldValue, PreparedStatement newValue) { in entryRemoved()

12345