Home
last modified time | relevance | path

Searched refs:ACTION_SET_ALARM (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/provider/
DAlarmClock.java69 public static final String ACTION_SET_ALARM = "android.intent.action.SET_ALARM"; field in AlarmClock
/frameworks/base/docs/html/guide/components/
Dintents-common.jd220 <p>To create a new alarm, use the {@link android.provider.AlarmClock#ACTION_SET_ALARM}
229 <dd>{@link android.provider.AlarmClock#ACTION_SET_ALARM}</dd>
270 Intent intent = new Intent(AlarmClock.ACTION_SET_ALARM)
282 android.provider.AlarmClock#ACTION_SET_ALARM} intent, your app must have the
2351 <td>{@link android.provider.AlarmClock#ACTION_SET_ALARM AlarmClock.ACTION_SET_ALARM}</td>
/frameworks/base/docs/html/about/versions/
Dandroid-2.3.jd439 or handling an alarm. The provider contains a <code>ACTION_SET_ALARM</code> Intent
626 the {@link android.provider.AlarmClock#ACTION_SET_ALARM SET_ALARM} Intent action
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt23217 field public static final java.lang.String ACTION_SET_ALARM = "android.intent.action.SET_ALARM";
/frameworks/base/api/
Dcurrent.txt30299 field public static final java.lang.String ACTION_SET_ALARM = "android.intent.action.SET_ALARM";
Dsystem-current.txt32872 field public static final java.lang.String ACTION_SET_ALARM = "android.intent.action.SET_ALARM";
Dtest-current.txt30372 field public static final java.lang.String ACTION_SET_ALARM = "android.intent.action.SET_ALARM";