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

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

Completed in 1659 milliseconds