Searched defs:DIRTY (Results 1 – 3 of 3) sorted by relevance
112 private enum CacheStatus { CLEAN, DIRTY } enumConstant
4710 sCalendarsProjectionMap.put(Calendars.DIRTY, Calendars.DIRTY); in sCalendarsProjectionMap.put()4840 sEventsProjectionMap.put(Events.DIRTY, Events.DIRTY); in sEventsProjectionMap.put()4897 sEventEntitiesProjectionMap.put(Events.DIRTY, Events.DIRTY); in sEventEntitiesProjectionMap.put()
220 public static final int DIRTY = 18; field in ContactLoader.ContactQuery