Searched defs:INTERVAL_FIFTEEN_MINUTES (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DAlarmManager.java201 public static final long INTERVAL_FIFTEEN_MINUTES = 15 * 60 * 1000; field in class:AlarmManager
202 public static final long INTERVAL_HALF_HOUR = 2*INTERVAL_FIFTEEN_MINUTES;
230 * of the alarm. If this is one of INTERVAL_FIFTEEN_MINUTES,
249 * @see #INTERVAL_FIFTEEN_MINUTES

Completed in 89 milliseconds