/aosp14/frameworks/base/tests/SilkFX/src/com/android/test/silkfx/hdr/ |
H A D | GainmapMetadataEditor.kt | 203 val newValue = minRatioMin + normalized * (maxRatioMin - minRatioMin) regex 214 val newValue = minRatioMax + normalized * (maxRatioMax - minRatioMax) regex 225 val newValue = minCapacityMin + normalized * (maxCapacityMin - minCapacityMin) regex 236 val newValue = minCapacityMax + normalized * (maxCapacityMax - minCapacityMax) regex 247 val newValue = minGamma + normalized * (maxGamma - minGamma) regex 258 var newValue = 0.0f regex 272 var newValue = 0.0f regex
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/injector/ |
H A 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()
|
/aosp14/frameworks/base/core/java/android/service/controls/actions/ |
H A D | FloatAction.java | 39 public FloatAction(@NonNull String templateId, float newValue) { in FloatAction() 51 public FloatAction(@NonNull String templateId, float newValue, in FloatAction()
|
/aosp14/frameworks/base/services/core/java/com/android/server/vr/ |
H A 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()
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/development/ |
H A D | AbstractLogdSizePreferenceController.java | 79 public boolean onPreferenceChange(Preference preference, Object newValue) { in onPreferenceChange() 144 public void writeLogdSizeOption(Object newValue) { in writeLogdSizeOption()
|
H A D | AbstractLogpersistPreferenceController.java | 96 public boolean onPreferenceChange(Preference preference, Object newValue) { in onPreferenceChange() 210 public void writeLogpersistOption(Object newValue, boolean skipWarning) { in writeLogpersistOption()
|
/aosp14/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/ |
H A 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()
|
H A D | DeviceConfigServiceTest.java | 65 final String newValue = "value2"; in testPut() local 144 String newValue = "value2"; in testReset() local
|
H A D | InstallNonMarketAppsDeprecationTest.java | 59 String newValue = getSetting(SETTING_TYPE_SECURE, Settings.Secure.INSTALL_NON_MARKET_APPS); in waitTillValueChanges() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
H A D | TunerSwitch.java | 42 public void onTuningChanged(String key, String newValue) { in onTuningChanged()
|
H A D | StatusBarSwitch.java | 56 public void onTuningChanged(String key, String newValue) { in onTuningChanged()
|
H A D | ClockPreference.java | 61 public void onTuningChanged(String key, String newValue) { in onTuningChanged()
|
H A D | BatteryPreference.java | 65 public void onTuningChanged(String key, String newValue) { in onTuningChanged()
|
H A D | TunerService.java | 57 void onTuningChanged(String key, String newValue); in onTuningChanged()
|
H A D | TunablePadding.java | 56 public void onTuningChanged(String key, String newValue) { in onTuningChanged()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | Roundable.kt | 99 val newValue = roundnessMap.values.maxOrNull() ?: 0f regex 168 val newValue = roundnessMap.values.maxOrNull() ?: 0f regex
|
H A D | PropertyAnimator.java | 136 float newValue) { in applyImmediately()
|
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/ |
H A D | FakeFlashlightController.java | 44 public void onFlashlightAvailabilityChanged(boolean newValue) { in onFlashlightAvailabilityChanged()
|
/aosp14/frameworks/base/services/core/java/com/android/server/timezonedetector/ |
H A D | ReferenceWithHistory.java | 91 public V set(@Nullable V newValue) { in set()
|
/aosp14/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/ |
H A D | LockTargetStateAnalysis.java | 68 public BasicValue newValue(Type type) { in newValue() method in LockTargetStateAnalysis
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/ |
H A D | BiometricStrengthController.java | 71 final String newValue = DeviceConfig.getString(DeviceConfig.NAMESPACE_BIOMETRICS, in updateStrengths() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/os/ |
H A D | PowerManagerVrTest.java | 139 private String setTestVrListener(String newValue) { in setTestVrListener()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/provider/ |
H A D | SettingsProviderTest.java | 341 String newValue = "value2"; in testCall_putAndGetConfig() local 418 String newValue = "value2"; in testCall_listConfig() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/content/ |
H A D | SyncManagerConstants.java | 82 String newValue = Settings.Global.getString(mContext.getContentResolver(), in refresh() local
|
/aosp14/frameworks/base/core/java/android/database/sqlite/ |
H A D | SQLiteConnection.java | 299 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() 1443 PreparedStatement oldValue, PreparedStatement newValue) { in entryRemoved()
|