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