Home
last modified time | relevance | path

Searched refs:MIN_VM_INTERVAL_MS (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/os/
H A DStrictMode.java190 private static final long MIN_VM_INTERVAL_MS = 1000; field in StrictMode
2461 if (timeSinceLastViolationMillis > MIN_VM_INTERVAL_MS) { in onVmPolicyViolation()
2465 now - Math.max(MIN_VM_INTERVAL_MS, MIN_LOG_INTERVAL_MS)); in onVmPolicyViolation()
2468 if (timeSinceLastViolationMillis <= MIN_VM_INTERVAL_MS) { in onVmPolicyViolation()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt39165 Landroid/os/StrictMode;->MIN_VM_INTERVAL_MS:J