Searched refs:ALARM_VISIBILITY_HOURS (Results 1 – 2 of 2) sorted by relevance
104 static final int ALARM_VISIBILITY_HOURS = 12; field in KeyguardSliceProvider372 if (withinNHoursLocked(mNextAlarmInfo, ALARM_VISIBILITY_HOURS)) { in updateNextAlarm()458 - TimeUnit.HOURS.toMillis(ALARM_VISIBILITY_HOURS); in onNextAlarmChanged()
183 long twelveHours = TimeUnit.HOURS.toMillis(KeyguardSliceProvider.ALARM_VISIBILITY_HOURS); in schedulesAlarm12hBefore()