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

  /frameworks/base/core/java/android/provider/
AlarmClock.java 26 * Applications that wish to receive the ACTION_SET_ALARM Intent should create
42 public static final String ACTION_SET_ALARM = "android.intent.action.SET_ALARM";
48 * ACTION_SET_ALARM.
56 * ACTION_SET_ALARM. If it is not provided, the behavior is undefined and
66 * ACTION_SET_ALARM. If it is not provided, the behavior is undefined and
76 * ACTION_SET_ALARM. If true, the application is asked to bypass any
  /packages/apps/DeskClock/tests/src/com/android/deskclock/
TestAddAlarm.java 30 Intent i = new Intent(AlarmClock.ACTION_SET_ALARM);
  /packages/apps/DeskClock/src/com/android/deskclock/
HandleSetAlarm.java 19 import static android.provider.AlarmClock.ACTION_SET_ALARM;
41 if (intent == null || !ACTION_SET_ALARM.equals(intent.getAction())) {
  /cts/tests/tests/content/src/android/content/cts/
AvailableIntentsTest.java 194 Intent intent = new Intent(AlarmClock.ACTION_SET_ALARM);
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 420 milliseconds