Searched refs:ALLOWED_AVAILABILITY (Results 1 – 4 of 4) sorted by relevance
789 Calendars.ALLOWED_AVAILABILITY + " TEXT DEFAULT '0,1'," + in createCalendarsTable()3235 + Calendars.ALLOWED_AVAILABILITY + "," in createEventsView()
4685 sCalendarsProjectionMap.put(Calendars.ALLOWED_AVAILABILITY, Calendars.ALLOWED_AVAILABILITY); in sCalendarsProjectionMap.put() argument4758 sEventsProjectionMap.put(Calendars.ALLOWED_AVAILABILITY, Calendars.ALLOWED_AVAILABILITY); in sEventsProjectionMap.put() argument
183 Calendars.ALLOWED_AVAILABILITY, // 10
1762 int allowedAvailabilityColumn = c.getColumnIndexOrThrow(Calendars.ALLOWED_AVAILABILITY); in onItemSelected()