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

/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventFragment.java246 EditEventHelper.CALENDARS_PROJECTION, EditEventHelper.CALENDARS_WHERE,
H A DEditEventHelper.java204 static final String CALENDARS_WHERE = Calendars._ID + "=?"; field in class:EditEventHelper
/packages/apps/Calendar/src/com/android/calendar/
H A DEventInfoFragment.java288 static final String CALENDARS_WHERE = Calendars._ID + "=?"; field in class:EventInfoFragment
499 CALENDARS_WHERE, args, null);
H A DDayView.java149 private static final String CALENDARS_WHERE = Calendars._ID + "=%d"; field in class:DayView
4513 String where = String.format(CALENDARS_WHERE, calId);

Completed in 77 milliseconds