/frameworks/libs/modules-utils/javatests/com/android/modules/utils/testing/ |
D | TestableDeviceConfigTest.java | 81 String newValue = "value2"; in setAndGetProperty_multipleNamespaces() local 92 String newValue = "value2"; in setAndGetProperty_overrideValue() local 104 String newValue = "value2"; in setProperties() local 121 String newValue = "value2"; in deleteProperty() local 133 String newValue = "value2"; in getProperties_empty() local 158 String newValue = "value2"; in getProperties() local 199 String newValue = "value2"; in testListener_setProperties() local
|
/frameworks/base/tests/graphics/SilkFX/src/com/android/test/silkfx/hdr/ |
D | GainmapMetadataEditor.kt | 202 val newValue = minRatioMin + normalized * (maxRatioMin - minRatioMin) in updateGainmapMin() constant 211 val newValue = minRatioMax + normalized * (maxRatioMax - minRatioMax) in updateGainmapMax() constant 220 val newValue = minCapacityMin + normalized * (maxCapacityMin - minCapacityMin) in updateCapacityMin() constant 229 val newValue = minCapacityMax + normalized * (maxCapacityMax - minCapacityMax) in updateCapacityMax() constant 238 val newValue = minGamma + normalized * (maxGamma - minGamma) in updateGamma() constant 247 var newValue = 0.0f in updateOffsetSdr() variable 259 var newValue = 0.0f in updateOffsetHdr() variable
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/log/ |
D | BouncerLoggerStartable.kt | 48 biometricSettingsInteractor.isFaceAuthEnrolledAndEnabled.collectLatest { newValue -> in <lambda>() method 53 biometricSettingsInteractor.isFingerprintAuthEnrolledAndEnabled.collectLatest { newValue in <lambda>() method 62 faceAuthInteractor.isLockedOut.collectLatest { newValue -> in <lambda>() method 67 fingerprintAuthInteractor.isLockedOut.collectLatest { newValue -> in <lambda>() method 73 newValue -> in <lambda>() method
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/injector/ |
D | FakeSettingsHelper.java | 58 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/base/packages/SettingsProvider/test/src/com/android/providers/settings/ |
D | DeviceConfigServiceTest.java | 81 final String newValue = "value2"; in testOverrideDisabled() local 95 final String newValue = "value2"; in testOverride() local 111 final String newValue = "value2"; in testPut() local 190 String newValue = "value2"; in testReset() local
|
D | SettingsHelperTest.java | 709 int newValue = 1; in restoreValue_autoRotation_deviceStateAutoRotationDisabled_restoresValue() local 722 int newValue = 1; in restoreValue_autoRotation_deviceStateAutoRotationEnabled_doesNotRestoreValue() local 743 private void restoreAutoRotationSetting(int newValue) { in restoreAutoRotationSetting()
|
D | SettingsProviderMultiUsersTest.java | 189 String newValue; in assertSettingsCloned() local 211 String newValue = oldValue.replace("\n", ""); in generateNewValue() local
|
/frameworks/rs/toolkit/test/ |
D | ReferenceLut.kt | 38 val newValue = byteArrayOf( in <lambda>() constant
|
/frameworks/base/core/java/android/service/controls/actions/ |
D | FloatAction.java | 39 public FloatAction(@NonNull String templateId, float newValue) { in FloatAction() 51 public FloatAction(@NonNull String templateId, float newValue, in FloatAction()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/media/projection/ |
D | MediaProjectionSessionIdGeneratorTest.java | 82 int newValue = mGenerator.createAndGetNewSessionId(); in createAndGetNewSessionId_returnsIncrementedId() local 89 int newValue = mGenerator.createAndGetNewSessionId(); in createAndGetNewSessionId_persistsNewValue() local
|
/frameworks/base/services/core/java/com/android/server/vr/ |
D | SettingsObserver.java | 63 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/ |
D | AbstractLogdSizePreferenceController.java | 79 public boolean onPreferenceChange(Preference preference, Object newValue) { in onPreferenceChange() 144 public void writeLogdSizeOption(Object newValue) { in writeLogdSizeOption()
|
D | AbstractLogpersistPreferenceController.java | 96 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/ |
D | Roundable.kt | 90 val newValue = roundnessMap.values.maxOrNull() ?: 0f in <lambda>() constant 157 val newValue = roundnessMap.values.maxOrNull() ?: 0f in <lambda>() constant
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | JoystickInputMapper.cpp | 269 float newValue, highNewValue; in process() local 394 bool JoystickInputMapper::hasValueChangedSignificantly(float filter, float newValue, in hasValueChangedSignificantly() 410 bool JoystickInputMapper::hasMovedNearerToValueWithinFilteredRange(float filter, float newValue, in hasMovedNearerToValueWithinFilteredRange()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
D | TunerSwitch.java | 42 public void onTuningChanged(String key, String newValue) { in onTuningChanged()
|
D | StatusBarSwitch.java | 56 public void onTuningChanged(String key, String newValue) { in onTuningChanged()
|
D | ClockPreference.java | 61 public void onTuningChanged(String key, String newValue) { in onTuningChanged()
|
D | BatteryPreference.java | 65 public void onTuningChanged(String key, String newValue) { in onTuningChanged()
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/volume/ui/composable/ |
D | GridVolumeSliders.kt | 46 onValueChange = { newValue: Float -> in <lambda>() method
|
D | VolumeSlider.kt | 93 val newValue = in <lambda>() constant
|
/frameworks/base/services/core/java/com/android/server/timezonedetector/ |
D | ReferenceWithHistory.java | 91 public V set(@Nullable V newValue) { in set()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/ |
D | FakeFlashlightController.java | 44 public void onFlashlightAvailabilityChanged(boolean newValue) { in onFlashlightAvailabilityChanged()
|
/frameworks/native/libs/battery/ |
D | LongArrayMultiStateCounter.cpp | 26 const std::vector<uint64_t>& newValue, in delta()
|
/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/ |
D | LockTargetStateAnalysis.java | 68 public BasicValue newValue(Type type) { in newValue() method in LockTargetStateAnalysis
|