Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DEventInfoFragment.java290 static final String CALENDARS_VISIBLE_WHERE = Calendars.VISIBLE + "=?"; field in EventInfoFragment
1756 CALENDARS_PROJECTION, CALENDARS_VISIBLE_WHERE, new String[] {"1"}, null); in updateCalendar()