Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCrashTrackerTest.java29 final int SLIDING_WINDOW = 100; in testCrashingTooManyTimes() local
32 CarService.CrashTracker crashTracker = new CrashTracker(3, SLIDING_WINDOW, in testCrashingTooManyTimes()
38 Thread.sleep(SLIDING_WINDOW + 1); in testCrashingTooManyTimes()