Searched refs:exitAtAlarm (Results 1 – 5 of 5) sorted by relevance
76 mScheduleInfo.exitAtAlarm = false; in testGetNextChangeTime_startToday()102 mScheduleInfo.exitAtAlarm = false; in testGetNextChangeTime_endToday()129 mScheduleInfo.exitAtAlarm = false; in testGetNextChangeTime_startTomorrow()157 mScheduleInfo.exitAtAlarm = false; in testGetNextChangeTime_endTomorrow()175 mScheduleInfo.exitAtAlarm = false; in testShouldExitForAlarm_settingOff()184 mScheduleInfo.exitAtAlarm = true; in testShouldExitForAlarm_beforeAlarm()193 mScheduleInfo.exitAtAlarm = true; in testShouldExitForAlarm_noAlarm()202 mScheduleInfo.exitAtAlarm = true; in testShouldExitForAlarm()224 mScheduleInfo.exitAtAlarm = true; in testShouldExitForAlarm_oldAlarm()258 mScheduleInfo.exitAtAlarm = true; in testShouldExitForAlarm_oldAlarmInSchedule()[all …]
71 info.exitAtAlarm = true; in testIsValidConditionId()88 info.exitAtAlarm = false; in testEvaluateSubscription_noAlarmExit_InSchedule()112 info.exitAtAlarm = false; in testEvaluateSubscription_noAlarmExit_InScheduleSnoozed()143 info.exitAtAlarm = false; in testEvaluateSubscription_noAlarmExit_beforeSchedule()166 info.exitAtAlarm = false; in testEvaluateSubscription_noAlarmExit_endSchedule()342 info.exitAtAlarm = true; in getScheduleEndsInHour()
46 public boolean exitAtAlarm() { in exitAtAlarm() method in ScheduleCalendar47 return mSchedule.exitAtAlarm; in exitAtAlarm()66 if (mSchedule != null && mSchedule.exitAtAlarm) { in maybeSetNextAlarm()163 return mSchedule.exitAtAlarm in shouldExitForAlarm()
992 .appendQueryParameter("exitAtAlarm", String.valueOf(schedule.exitAtAlarm)) in toScheduleConditionId()1026 rt.exitAtAlarm = safeBoolean(conditionId.getQueryParameter("exitAtAlarm"), false); in tryParseScheduleConditionId()1040 public boolean exitAtAlarm; field in ZenModeConfig.ScheduleInfo1057 && exitAtAlarm == other.exitAtAlarm; in equals()1070 rt.exitAtAlarm = exitAtAlarm; in copy()1083 ", exitAtAlarm=" + exitAtAlarm + in toString()1615 if (schedule.exitAtAlarm()) { in parseAutomaticRuleEndTime()
990 weeknights.exitAtAlarm = true; in appendDefaultEveryNightRule()