Searched refs:mSchedule (Results 1 – 3 of 3) sorted by relevance
36 private ScheduleInfo mSchedule; field in ScheduleCalendar40 return "ScheduleCalendar[mDays=" + mDays + ", mSchedule=" + mSchedule + "]"; in toString()47 return mSchedule.exitAtAlarm; in exitAtAlarm()54 if (Objects.equals(mSchedule, schedule)) return; in setSchedule()55 mSchedule = schedule; in setSchedule()66 if (mSchedule != null && mSchedule.exitAtAlarm) { in maybeSetNextAlarm()69 mSchedule.nextAlarm = 0; in maybeSetNextAlarm()73 if (mSchedule.nextAlarm == 0 || mSchedule.nextAlarm < now) { in maybeSetNextAlarm()74 mSchedule.nextAlarm = nextAlarm; in maybeSetNextAlarm()77 mSchedule.nextAlarm = Math.min(mSchedule.nextAlarm, nextAlarm); in maybeSetNextAlarm()[all …]
364 private WifiNative.ScanSettings mSchedule; field in BackgroundScanScheduler397 return mSchedule; in getSchedule()486 mSchedule = schedule; in createSchedule()
63759 Landroid/service/notification/ScheduleCalendar;->mSchedule:Landroid/service/notification/ZenModeCon…