Searched refs:TESTING_RESET_PERIOD_SEC (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DThrottleService.java86 private static final int TESTING_RESET_PERIOD_SEC = 60 * 10; field in class:ThrottleService
734 end.add(Calendar.SECOND, TESTING_RESET_PERIOD_SEC);
750 start.add(Calendar.SECOND, -TESTING_RESET_PERIOD_SEC);

Completed in 6 milliseconds