| /frameworks/base/services/tests/mockingservicestests/src/com/android/server/testables/ |
| D | TestableDeviceConfigTest.java | 76 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/ |
| D | IContextHubWrapper.java | 98 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/ |
| 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/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/opt/net/wifi/service/java/com/android/server/wifi/util/ |
| D | MetricsUtils.java | 117 int newValue = histogram.get(key) + 1; in addValueToLogHistogram() local 163 int newValue = histogram.get(bucket) + 1; in addValueToLinearHistogram() local
|
| /frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/ |
| D | DeviceConfigServiceTest.java | 66 final String newValue = "value2"; in testPut() local 145 String newValue = "value2"; in testReset() local
|
| D | InstallNonMarketAppsDeprecationTest.java | 59 String newValue = getSetting(SETTING_TYPE_SECURE, Settings.Secure.INSTALL_NON_MARKET_APPS); in waitTillValueChanges() local
|
| /frameworks/native/services/inputflinger/reader/mapper/ |
| D | JoystickInputMapper.cpp | 261 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()
|
| D | JoystickInputMapper.h | 57 float newValue; // most recent value member
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
| D | TunerSwitch.java | 41 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()
|
| D | TunablePadding.java | 56 public void onTuningChanged(String key, String newValue) { in onTuningChanged()
|
| /frameworks/base/services/core/java/com/android/server/timezonedetector/ |
| D | ReferenceWithHistory.java | 91 public V set(@Nullable V newValue) { in set()
|
| /frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/ |
| D | LockTargetStateAnalysis.java | 66 public BasicValue newValue(Type type) { in newValue() method in LockTargetStateAnalysis
|
| /frameworks/base/core/tests/coretests/src/android/os/ |
| D | PowerManagerVrTest.java | 139 private String setTestVrListener(String newValue) { in setTestVrListener()
|
| /frameworks/base/core/tests/coretests/src/android/provider/ |
| D | SettingsProviderTest.java | 397 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/ |
| D | ReferenceWithHistoryTest.java | 125 ReferenceWithHistory<T> referenceWithHistory, TestRef<T> reference, T newValue) { in setAndCompareReturnValue()
|
| /frameworks/base/services/core/java/com/android/server/content/ |
| D | SyncManagerConstants.java | 82 String newValue = Settings.Global.getString(mContext.getContentResolver(), in refresh() local
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
| D | OperatorNameView.java | 100 public void onTuningChanged(String key, String newValue) { in onTuningChanged()
|
| /frameworks/base/core/java/android/database/sqlite/ |
| D | SQLiteConnection.java | 288 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/notification/stack/ |
| D | StackScrollAlgorithm.java | 275 float newValue = getPaddingForValue(increasedPadding); in initAlgorithmState() local 295 float newValue = getPaddingForValue(state.paddingMap.get(lastView)); in initAlgorithmState() local
|