Searched refs:sPosition (Results 1 – 1 of 1) sorted by relevance
52 private static int sPosition; field in DozeLog197 final int start = (sPosition - sCount + SIZE) % SIZE; in dump()225 sTimes[sPosition] = System.currentTimeMillis(); in log()226 sMessages[sPosition] = msg; in log()227 sPosition = (sPosition + 1) % SIZE; in log()