Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardClockPositionAlgorithm.java33 private static final long MILLIS_PER_MINUTES = 1000 * 60; field in KeyguardClockPositionAlgorithm
231 return zigzag(System.currentTimeMillis() / MILLIS_PER_MINUTES,
238 return zigzag(System.currentTimeMillis() / MILLIS_PER_MINUTES,