Searched defs:DELETED (Results 1 – 6 of 6) sorted by relevance
26 DELETED, enumConstant
49 public final static int DELETED = 8; field in GroupMetaDataLoader
52 int DELETED = 0; field
466 int DELETED = 0; field
4699 sCalendarsProjectionMap.put(Calendars.DELETED, Calendars.DELETED); in sCalendarsProjectionMap.put()4751 sEventsProjectionMap.put(Events.DELETED, Events.DELETED); in sEventsProjectionMap.put()4846 sEventEntitiesProjectionMap.put(Events.DELETED, Events.DELETED); in sEventEntitiesProjectionMap.put()4874 sInstancesProjectionMap.put(Events.DELETED, "Events.deleted as deleted"); in sInstancesProjectionMap.put()4894 sAttendeesProjectionMap.put(Events.DELETED, "Events.deleted AS deleted"); in sAttendeesProjectionMap.put()4902 sRemindersProjectionMap.put(Events.DELETED, "Events.deleted AS deleted"); in sRemindersProjectionMap.put()
215 public static final int DELETED = 26; field in ContactLoader.ContactQuery