Searched defs:DELETED (Results 1 – 11 of 11) sorted by relevance
21 public static final String DELETED = "deleted"; field in Flag
13 DELETED, enumConstant
25 public enum StatusIndicator { READ, DELETED } enumConstant
51 public final static int DELETED = 8; field in GroupMetaDataLoader
52 int DELETED = 0; field
509 int DELETED = 0; field
47 public static final int DELETED = 3; field in VoicemailsQueryHelper
244 Calls.LAST_MODIFIED + " > ? AND " + Voicemails.DELETED + " = 0", in handleInsertsAndUpdates()
4991 sCalendarsProjectionMap.put(Calendars.DELETED, Calendars.DELETED); in sCalendarsProjectionMap.put()5043 sEventsProjectionMap.put(Events.DELETED, Events.DELETED); in sEventsProjectionMap.put()5142 sEventEntitiesProjectionMap.put(Events.DELETED, Events.DELETED); in sEventEntitiesProjectionMap.put()5170 sInstancesProjectionMap.put(Events.DELETED, "Events.deleted as deleted"); in sInstancesProjectionMap.put()5190 sAttendeesProjectionMap.put(Events.DELETED, "Events.deleted AS deleted"); in sAttendeesProjectionMap.put()5198 sRemindersProjectionMap.put(Events.DELETED, "Events.deleted AS deleted"); in sRemindersProjectionMap.put()
223 public static final int DELETED = 25; field in ContactLoader.ContactQuery
814 public static final int DELETED = 25; field in ContactLoader.ContactQuery