Searched refs:TICK_HISTORY_DEPTH (Results 1 – 1 of 1) sorted by relevance
151 static final int TICK_HISTORY_DEPTH = 10; field in AlarmManagerService194 private final long[] mTickHistory = new long[TICK_HISTORY_DEPTH];2233 if (i < 0) i = TICK_HISTORY_DEPTH - 1; in dumpImpl()4724 if (mNextTickHistory >= TICK_HISTORY_DEPTH) { in deliverLocked()