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

/frameworks/base/core/java/android/provider/
H A DCalendarContract.java1726 private static final String WHERE_CALENDARS_SELECTED = Calendars.VISIBLE + "=?"; field in class:CalendarContract.Instances
1756 return cr.query(builder.build(), projection, WHERE_CALENDARS_SELECTED,
1786 return cr.query(builder.build(), projection, WHERE_CALENDARS_SELECTED,

Completed in 31 milliseconds