Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/provider/
DAlarmClock.java153 public static final String ACTION_SET_TIMER = "android.intent.action.SET_TIMER"; field in AlarmClock
/frameworks/base/docs/html/work/
Dmanaged-profiles.jd96 android.provider.AlarmClock#ACTION_SET_TIMER} intent. If the app cannot resolve
103 Intent timerIntent = new Intent(AlarmClock.ACTION_SET_TIMER)
/frameworks/base/docs/html/guide/components/
Dintents-common.jd318 <p>To create a countdown timer, use the {@link android.provider.AlarmClock#ACTION_SET_TIMER}
326 <dd>{@link android.provider.AlarmClock#ACTION_SET_TIMER}</dd>
354 Intent intent = new Intent(AlarmClock.ACTION_SET_TIMER)
366 android.provider.AlarmClock#ACTION_SET_TIMER} intent, your app must have the
2360 <td>{@link android.provider.AlarmClock#ACTION_SET_TIMER AlarmClock.ACTION_SET_TIMER}</td>
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt23218 field public static final java.lang.String ACTION_SET_TIMER = "android.intent.action.SET_TIMER";
/frameworks/base/api/
Dcurrent.txt30300 field public static final java.lang.String ACTION_SET_TIMER = "android.intent.action.SET_TIMER";
Dsystem-current.txt32873 field public static final java.lang.String ACTION_SET_TIMER = "android.intent.action.SET_TIMER";
Dtest-current.txt30373 field public static final java.lang.String ACTION_SET_TIMER = "android.intent.action.SET_TIMER";