Searched refs:exitAtAlarm (Results 1 – 7 of 7) 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()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()282 mScheduleInfo.exitAtAlarm = true; in testMaybeSetNextAlarm_settingOn()[all …]
73 info.exitAtAlarm = true; in testIsValidConditionId()90 info.exitAtAlarm = false; in testEvaluateSubscription_noAlarmExit_InSchedule()114 info.exitAtAlarm = false; in testEvaluateSubscription_noAlarmExit_InScheduleSnoozed()145 info.exitAtAlarm = false; in testEvaluateSubscription_noAlarmExit_beforeSchedule()168 info.exitAtAlarm = false; in testEvaluateSubscription_noAlarmExit_endSchedule()344 info.exitAtAlarm = true; in getScheduleEndsInHour()
46 public boolean exitAtAlarm() { in exitAtAlarm() method in ScheduleCalendar47 return mSchedule.exitAtAlarm; in exitAtAlarm()65 if (mSchedule != null && mSchedule.exitAtAlarm) { in maybeSetNextAlarm()156 return mSchedule.exitAtAlarm in shouldExitForAlarm()
1456 .appendQueryParameter("exitAtAlarm", String.valueOf(schedule.exitAtAlarm)) in toScheduleConditionId()1509 rt.exitAtAlarm = safeBoolean(conditionId.getQueryParameter("exitAtAlarm"), false); in tryParseScheduleConditionId()1528 public boolean exitAtAlarm; field in ZenModeConfig.ScheduleInfo1545 && exitAtAlarm == other.exitAtAlarm; in equals()1558 rt.exitAtAlarm = exitAtAlarm; in copy()1571 ", exitAtAlarm=" + exitAtAlarm + in toString()2182 if (schedule.exitAtAlarm()) { in parseAutomaticRuleEndTime()
144 mSchedule.exitAtAlarm = (Boolean) o; in onCreateInternal()193 mExitAtAlarm.setChecked(mSchedule.exitAtAlarm); in updateControlsInternal()
212 if (schedule.exitAtAlarm()) { in parseAutomaticRuleEndTime()
53159 Landroid/service/notification/ScheduleCalendar;->exitAtAlarm()Z53206 Landroid/service/notification/ZenModeConfig$ScheduleInfo;->exitAtAlarm:Z