Searched refs:RECENT_WAKEUP_PERIOD (Results 1 – 1 of 1) sorted by relevance
361 final long RECENT_WAKEUP_PERIOD = 1000L * 60 * 60 * 24; // one day field in AlarmManagerService2498 long newEarliest = nowRTC - RECENT_WAKEUP_PERIOD; in run()