Home
last modified time | relevance | path

Searched refs:ACTION_SET_TIMER (Results 1 – 5 of 5) 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/training/enterprise/
Dapp-compatibility.jd103 android.provider.AlarmClock#ACTION_SET_TIMER} intent. If the app cannot resolve
110 Intent timerIntent = new Intent(AlarmClock.ACTION_SET_TIMER)
/frameworks/base/docs/html/guide/components/
Dintents-common.jd313 <p>To create a countdown timer, use the {@link android.provider.AlarmClock#ACTION_SET_TIMER}
321 <dd>{@link android.provider.AlarmClock#ACTION_SET_TIMER}</dd>
349 Intent intent = new Intent(AlarmClock.ACTION_SET_TIMER)
361 android.provider.AlarmClock#ACTION_SET_TIMER} intent, your app must have the
2289 <td>{@link android.provider.AlarmClock#ACTION_SET_TIMER AlarmClock.ACTION_SET_TIMER}</td>
/frameworks/base/api/
Dcurrent.txt24500 field public static final java.lang.String ACTION_SET_TIMER = "android.intent.action.SET_TIMER";
Dsystem-current.txt26456 field public static final java.lang.String ACTION_SET_TIMER = "android.intent.action.SET_TIMER";