Searched defs:sTimes (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeLog.java45 private static long[] sTimes; field in class:DozeLog
90 sTimes = new long[SIZE];
174 pw.print(FORMAT.format(new Date(sTimes[j])));
198 sTimes[sPosition] = System.currentTimeMillis();

Completed in 845 milliseconds