Home
last modified time | relevance | path

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

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