Home
last modified time | relevance | path

Searched refs:ScheduleCalendar (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DScheduleConditionProviderTest.java13 import android.service.notification.ScheduleCalendar;
94 ScheduleCalendar cal = new ScheduleCalendar(); in testEvaluateSubscription_noAlarmExit_InSchedule()
118 ScheduleCalendar cal = new ScheduleCalendar(); in testEvaluateSubscription_noAlarmExit_InScheduleSnoozed()
149 ScheduleCalendar cal = new ScheduleCalendar(); in testEvaluateSubscription_noAlarmExit_beforeSchedule()
172 ScheduleCalendar cal = new ScheduleCalendar(); in testEvaluateSubscription_noAlarmExit_endSchedule()
188 ScheduleCalendar cal = new ScheduleCalendar(); in testEvaluateSubscription_alarmSetBeforeInSchedule()
216 ScheduleCalendar cal = new ScheduleCalendar(); in testEvaluateSubscription_alarmSetInSchedule()
245 ScheduleCalendar cal = new ScheduleCalendar(); in testEvaluateSubscription_earlierAlarmSet()
274 ScheduleCalendar cal = new ScheduleCalendar(); in testEvaluateSubscription_laterAlarmSet()
303 ScheduleCalendar cal = new ScheduleCalendar(); in testEvaluateSubscription_alarmCanceled()
H A DScheduleCalendarTest.java24 import android.service.notification.ScheduleCalendar;
44 private ScheduleCalendar mScheduleCalendar;
49 mScheduleCalendar = new ScheduleCalendar(); in setUp()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DScheduleConditionProvider.java32 import android.service.notification.ScheduleCalendar;
67 private final ArrayMap<Uri, ScheduleCalendar> mSubscriptions = new ArrayMap<>();
186 Condition evaluateSubscriptionLocked(Uri conditionId, ScheduleCalendar cal, in evaluateSubscriptionLocked()
243 private boolean meetsSchedule(ScheduleCalendar cal, long time) { in meetsSchedule()
337 final ScheduleCalendar cal = mSubscriptions.get(conditionId);
/aosp12/packages/apps/Settings/src/com/android/settings/notification/zen/
H A DAbstractZenModePreferenceController.java30 import android.service.notification.ScheduleCalendar;
208 ScheduleCalendar schedule = ZenModeConfig.toScheduleCalendar(id); in parseAutomaticRuleEndTime()
/aosp12/frameworks/base/core/java/android/service/notification/
H A DScheduleCalendar.java30 public class ScheduleCalendar { class
H A DZenModeConfig.java1221 public static ScheduleCalendar toScheduleCalendar(Uri conditionId) { in toScheduleCalendar()
1224 final ScheduleCalendar sc = new ScheduleCalendar(); in toScheduleCalendar()
2178 ScheduleCalendar schedule = toScheduleCalendar(id); in parseAutomaticRuleEndTime()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt53156 Landroid/service/notification/ScheduleCalendar;-><init>()V
53157 Landroid/service/notification/ScheduleCalendar;->addDays(JI)J
53158 Landroid/service/notification/ScheduleCalendar;->DEBUG:Z
53159 Landroid/service/notification/ScheduleCalendar;->exitAtAlarm()Z
53160 Landroid/service/notification/ScheduleCalendar;->getDayOfWeek(J)I
53161 Landroid/service/notification/ScheduleCalendar;->getNextChangeTime(J)J
53162 Landroid/service/notification/ScheduleCalendar;->getNextTime(JII)J
53163 Landroid/service/notification/ScheduleCalendar;->getTime(JII)J
53165 Landroid/service/notification/ScheduleCalendar;->isInSchedule(IJJJ)Z
53166 Landroid/service/notification/ScheduleCalendar;->isInSchedule(J)Z
[all …]
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes6321 android.service.notification.ScheduleCalendar
H A Dboot-image-profile.txt29737 Landroid/service/notification/ScheduleCalendar;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes6319 android.service.notification.ScheduleCalendar
H A Dboot-image-profile.txt39374 Landroid/service/notification/ScheduleCalendar;
/aosp12/frameworks/base/services/
H A Dart-profile27485 …util/ArrayMap;]Landroid/service/notification/ScheduleCalendar;Landroid/service/notification/Schedu…
27496ScheduleCalendar;JJ)Landroid/service/notification/Condition;+]Lcom/android/server/notification/Sch…
27501 …cation/ScheduleConditionProvider;->meetsSchedule(Landroid/service/notification/ScheduleCalendar;J)Z