Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
DRescuePartyTest.java158 noteBoot(RescueParty.TRIGGER_COUNT); in testBootLoopDetectionWithExecutionForAllRescueLevels()
164 noteBoot(RescueParty.TRIGGER_COUNT); in testBootLoopDetectionWithExecutionForAllRescueLevels()
170 noteBoot(RescueParty.TRIGGER_COUNT); in testBootLoopDetectionWithExecutionForAllRescueLevels()
176 noteBoot(RescueParty.TRIGGER_COUNT); in testBootLoopDetectionWithExecutionForAllRescueLevels()
185 notePersistentAppCrash(RescueParty.TRIGGER_COUNT); in testPersistentAppCrashDetectionWithExecutionForAllRescueLevels()
191 notePersistentAppCrash(RescueParty.TRIGGER_COUNT); in testPersistentAppCrashDetectionWithExecutionForAllRescueLevels()
197 notePersistentAppCrash(RescueParty.TRIGGER_COUNT); in testPersistentAppCrashDetectionWithExecutionForAllRescueLevels()
203 notePersistentAppCrash(RescueParty.TRIGGER_COUNT); in testPersistentAppCrashDetectionWithExecutionForAllRescueLevels()
212 noteBoot(RescueParty.TRIGGER_COUNT - 1); in testBootLoopDetectionWithWrongInterval()
225 notePersistentAppCrash(RescueParty.TRIGGER_COUNT - 1); in testPersistentAppCrashDetectionWithWrongInterval()
[all …]
/frameworks/base/services/core/java/com/android/server/
DRescueParty.java60 static final int TRIGGER_COUNT = 5; field in RescueParty
328 super(android.os.Process.ROOT_UID, TRIGGER_COUNT, BOOT_TRIGGER_WINDOW_MILLIS); in BootThreshold()
364 super(uid, TRIGGER_COUNT, PERSISTENT_APP_CRASH_TRIGGER_WINDOW_MILLIS); in AppThreshold()