Searched refs:sPosition (Results 1 – 1 of 1) sorted by relevance
51 private static int sPosition; field in DozeLog190 final int start = (sPosition - sCount + SIZE) % SIZE; in dump()218 sTimes[sPosition] = System.currentTimeMillis(); in log()219 sMessages[sPosition] = msg; in log()220 sPosition = (sPosition + 1) % SIZE; in log()