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

/frameworks/base/core/java/android/provider/
H A DAlarmClock.java133 * This action requests a timer to be started for a specific {@link #EXTRA_LENGTH length} of
134 * time. If no {@link #EXTRA_LENGTH length} is specified, the implementation should start an
136 * If a {@link #EXTRA_LENGTH length} is specified, and {@link #EXTRA_SKIP_UI} is {@code true},
146 * <li>{@link #EXTRA_LENGTH} <em>(optional)</em>: The length of the timer being set.
313 public static final String EXTRA_LENGTH = "android.intent.extra.alarm.LENGTH"; field in class:AlarmClock

Completed in 64 milliseconds