Loading services/core/java/com/android/server/AlarmManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -744,7 +744,7 @@ class AlarmManagerService extends SystemService { interval = MIN_INTERVAL; } if (type < RTC_WAKEUP || type > ELAPSED_REALTIME) { if (type < RTC_WAKEUP || type > RTC_POWEROFF_WAKEUP) { throw new IllegalArgumentException("Invalid alarm type " + type); } Loading Loading
services/core/java/com/android/server/AlarmManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -744,7 +744,7 @@ class AlarmManagerService extends SystemService { interval = MIN_INTERVAL; } if (type < RTC_WAKEUP || type > ELAPSED_REALTIME) { if (type < RTC_WAKEUP || type > RTC_POWEROFF_WAKEUP) { throw new IllegalArgumentException("Invalid alarm type " + type); } Loading