Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/uidata/
DPeriodicCallbackModel.kt185 val lastQuarterHour = periodStart - periodStart % QUARTER_HOUR_IN_MILLIS in getDelay() constant
186 val nextQuarterHour = lastQuarterHour + QUARTER_HOUR_IN_MILLIS in getDelay()
DPeriodicCallbackModel.java151 final long lastQuarterHour = periodStart - (periodStart % QUARTER_HOUR_IN_MILLIS); in getDelay() local
152 final long nextQuarterHour = lastQuarterHour + QUARTER_HOUR_IN_MILLIS; in getDelay()