Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
H A DRescuePartyTest.java100 private static final int THROTTLING_DURATION_MIN = 10; field in RescuePartyTest
469 long beforeTimeout = now - TimeUnit.MINUTES.toMillis(THROTTLING_DURATION_MIN - 1); in testThrottlingOnBootFailures()
481 long beforeTimeout = now - TimeUnit.MINUTES.toMillis(THROTTLING_DURATION_MIN - 1); in testThrottlingOnAppCrash()
493 long afterTimeout = now - TimeUnit.MINUTES.toMillis(THROTTLING_DURATION_MIN + 1); in testNotThrottlingAfterTimeoutOnBootFailures()
504 long afterTimeout = now - TimeUnit.MINUTES.toMillis(THROTTLING_DURATION_MIN + 1); in testNotThrottlingAfterTimeoutOnAppCrash()