Searched refs:ACTION_EVENT_REMINDER (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DCalendarContract.java99 public static final String ACTION_EVENT_REMINDER = "android.intent.action.EVENT_REMINDER"; field in class:CalendarContract
2207 * will generate an intent using {@link #ACTION_EVENT_REMINDER}. Apps that
2372 * {@link #ACTION_EVENT_REMINDER}. TODO Move to provider
2392 Intent intent = new Intent(ACTION_EVENT_REMINDER);

Completed in 63 milliseconds