Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
DRescuePartyTest.java185 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()
225 notePersistentAppCrash(RescueParty.TRIGGER_COUNT - 1); in testPersistentAppCrashDetectionWithWrongInterval()
231 notePersistentAppCrash(/*numTimes=*/1); in testPersistentAppCrashDetectionWithWrongInterval()
253 notePersistentAppCrash(RescueParty.TRIGGER_COUNT - 1); in testPersistentAppCrashDetectionWithProperInterval()
259 notePersistentAppCrash(/*numTimes=*/1); in testPersistentAppCrashDetectionWithProperInterval()
275 notePersistentAppCrash(RescueParty.TRIGGER_COUNT - 1); in testPersistentAppCrashDetectionWithWrongTriggerCount()
335 private void notePersistentAppCrash(int numTimes) { in notePersistentAppCrash() method in RescuePartyTest