Home
last modified time | relevance | path

Searched defs:DIRTY (Results 1 – 4 of 4) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DVoicemailProviderTest.java204 .query(uri, new String[] {Voicemails.DIRTY}, null, null, null)) { in testUpdateOwnPackageVoicemail_NotDirty()
223 .query(uri, new String[] {Voicemails.DIRTY}, null, null, null)) { in testUpdateOtherPackageCallLog_NotDirty()
/packages/apps/Contacts/src/com/android/contacts/model/
DContactLoader.java216 public static final int DIRTY = 18; field in ContactLoader.ContactQuery
/packages/apps/Dialer/java/com/android/contacts/common/model/
DContactLoader.java807 public static final int DIRTY = 18; field in ContactLoader.ContactQuery
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java4962 sCalendarsProjectionMap.put(Calendars.DIRTY, Calendars.DIRTY); in sCalendarsProjectionMap.put()
5096 sEventsProjectionMap.put(Events.DIRTY, Events.DIRTY); in sEventsProjectionMap.put()
5153 sEventEntitiesProjectionMap.put(Events.DIRTY, Events.DIRTY); in sEventEntitiesProjectionMap.put()