Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeLog.java56 private static int sPosition; field in DozeLog
220 final int start = (sPosition - sCount + SIZE) % SIZE; in dump()
248 sTimes[sPosition] = System.currentTimeMillis(); in log()
249 sMessages[sPosition] = msg; in log()
250 sPosition = (sPosition + 1) % SIZE; in log()