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

/packages/apps/Calendar/src/com/android/calendar/
H A DEventInfoFragment.java232 static final String CALENDARS_WHERE = Calendars._ID + "=?"; field in class:EventInfoFragment
371 CALENDARS_WHERE, args, null);
H A DDayView.java145 private static final String CALENDARS_WHERE = Calendars._ID + "=%d"; field in class:DayView
4316 String where = String.format(CALENDARS_WHERE, calId);
/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventFragment.java213 EditEventHelper.CALENDARS_PROJECTION, EditEventHelper.CALENDARS_WHERE,
H A DEditEventHelper.java187 static final String CALENDARS_WHERE = Calendars._ID + "=?"; field in class:EditEventHelper

Completed in 47 milliseconds