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