Home
last modified time | relevance | path

Searched defs:previousValue (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
H A DSettingsHelperTest.java708 int previousValue = 0; in restoreValue_autoRotation_deviceStateAutoRotationDisabled_restoresValue() local
721 int previousValue = 0; in restoreValue_autoRotation_deviceStateAutoRotationEnabled_doesNotRestoreValue() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DAutoAddTrackerTest.java291 String settingName, String previousValue, String restoredValue) { in makeRestoreIntent()
/aosp14/frameworks/base/core/jni/
H A Dcom_android_internal_os_LongMultiStateCounter.cpp34 bool LongMultiStateCounter::delta(const int64_t &previousValue, const int64_t &newValue, in delta()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DSession.java1064 final AutofillValue previousValue = previousSession in findValueLocked() local