HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_SET_TIMER (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/provider/
AlarmClock.java 26 * Applications that wish to receive the ACTION_SET_ALARM and ACTION_SET_TIMER Intents
90 public static final String ACTION_SET_TIMER = "android.intent.action.SET_TIMER";
140 * Used by {@link #ACTION_SET_TIMER}.
148 * @see #ACTION_SET_TIMER
155 * Used by {@link #ACTION_SET_ALARM} and {@link #ACTION_SET_TIMER}.
161 * @see #ACTION_SET_TIMER
198 * Used by {@link #ACTION_SET_ALARM} and {@link #ACTION_SET_TIMER}.
207 * @see #ACTION_SET_TIMER
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/deskclock/
DeskClockTestsActivity.java 56 private static final Intent SET_TIMER_WITH_UI_INTENT = new Intent(AlarmClock.ACTION_SET_TIMER)
59 private static final Intent START_TIMER_INTENT = new Intent(AlarmClock.ACTION_SET_TIMER)
64 private static final Intent START_TIMER_WITH_UI_INTENT = new Intent(AlarmClock.ACTION_SET_TIMER)
  /packages/apps/DeskClock/src/com/android/deskclock/
HandleApiCalls.java 42 import static android.provider.AlarmClock.ACTION_SET_TIMER;
69 } else if (ACTION_SET_TIMER.equals(intent.getAction())) {
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 52 milliseconds