Searched defs:DIRTY (Results 1 – 4 of 4) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | VoicemailProviderTest.java | 204 .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/ |
D | ContactLoader.java | 216 public static final int DIRTY = 18; field in ContactLoader.ContactQuery
|
/packages/apps/Dialer/java/com/android/contacts/common/model/ |
D | ContactLoader.java | 807 public static final int DIRTY = 18; field in ContactLoader.ContactQuery
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | CalendarProvider2.java | 4962 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()
|