Searched defs:previousValue (Results 1 – 8 of 8) sorted by relevance
314 int previousValue = 0; in restoreValue_autoRotation_deviceStateAutoRotationDisabled_restoresValue() local327 int previousValue = 0; in restoreValue_autoRotation_deviceStateAutoRotationEnabled_doesNotRestoreValue() local
25 bool LongArrayMultiStateCounter::delta(const std::vector<uint64_t>& previousValue, in delta()
27 bool DoubleMultiStateCounter::delta(const double& previousValue, const double& newValue, in delta()
44 var previousValue: Any? = noVal in <lambda>() variable99 data class WithPrev<T>(val previousValue: T, val newValue: T) in pairwise() constant in com.android.systemui.util.kotlin.WithPrev
291 String settingName, String previousValue, String restoredValue) { in makeRestoreIntent()
34 bool LongMultiStateCounter::delta(const int64_t &previousValue, const int64_t &newValue, in delta()
929 int previousValue = sharedPrefs.getInt(SHARED_PREFS_STORED_PINS, 0); in saveNumberOfCachedPins() local
1025 private lateinit var previousValue: Value<T> variable in Step