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

/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventFragment.java202 EditEventHelper.REMINDERS_WHERE /* selection */,
H A DEditEventHelper.java115 public static final String REMINDERS_WHERE = Reminders.EVENT_ID + "=?"; field in class:EditEventHelper
/packages/apps/Calendar/src/com/android/calendar/
H A DEventInfoFragment.java228 private static final String REMINDERS_WHERE = Reminders.EVENT_ID + "=?"; field in class:EventInfoFragment
436 REMINDERS_PROJECTION, REMINDERS_WHERE, args, null);

Completed in 38 milliseconds