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

/frameworks/base/core/java/android/provider/
H A DAlarmClock.java57 * <li>{@link #EXTRA_HOUR} <em>(optional)</em>: The hour of the alarm being set.
176 * closely matched by the search parameters {@link #EXTRA_HOUR}, {@link #EXTRA_MINUTES},
197 * {@link #EXTRA_HOUR}, {@link #EXTRA_MINUTES}, {@link #EXTRA_IS_PM}.
200 * <li>{@link #EXTRA_HOUR} - The hour to search for the alarm.
237 * used together with {@link #EXTRA_HOUR} and {@link #EXTRA_MINUTES}. The implementation should
239 * If {@link #EXTRA_IS_PM} is missing, then the AM/PM of the specified {@link #EXTRA_HOUR} is
246 * @see #EXTRA_HOUR
298 public static final String EXTRA_HOUR = "android.intent.extra.alarm.HOUR"; field in class:AlarmClock
337 * @see #EXTRA_HOUR

Completed in 78 milliseconds