Searched defs:DELETED (Results 1 - 7 of 7) sorted by relevance

/packages/services/Telephony/src/com/android/phone/common/mail/
H A DFlag.java23 public static final String DELETED = "deleted"; field in class:Flag
/packages/apps/Contacts/src/com/android/contacts/
H A DGroupMetaDataLoader.java38 Groups.DELETED,
49 public final static int DELETED = 8; field in class:GroupMetaDataLoader
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
H A DFlag.java26 DELETED, enum constant in enum:Flag
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDataRowHandlerForGroupMembership.java47 RawContacts.DELETED,
51 int DELETED = 0; field in interface:DataRowHandlerForGroupMembership.RawContactsQuery
H A DContactsProvider2.java505 RawContacts.DELETED,
512 int DELETED = 0; field in interface:ContactsProvider2.RawContactsQuery
827 .add(RawContacts.DELETED)
856 .add(RawContacts.DELETED)
871 .add(Contacts.Entity.DELETED)
968 .add(Groups.DELETED)
2738 if (flagIsSet(values, RawContacts.DELETED)) {
3680 values.put(Groups.DELETED, 1);
3828 values.put(RawContacts.DELETED, 1);
4337 final boolean requestUndoDelete = flagIsClear(values, RawContacts.DELETED);
[all...]
/packages/services/Telephony/src/com/android/phone/vvm/omtp/sync/
H A DVoicemailsQueryHelper.java43 Voicemails.DELETED, // 3
49 public static final int DELETED = 3; field in class:VoicemailsQueryHelper
52 + Voicemails.DELETED + "!=1 AND " + Voicemails.IS_READ + "=1";
53 final static String DELETED_SELECTION = Voicemails.DELETED + "=1";
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DContactLoader.java143 RawContacts.DELETED,
215 public static final int DELETED = 25; field in class:ContactLoader.ContactQuery
675 cursorColumnToContentValues(cursor, cv, ContactQuery.DELETED);

Completed in 511 milliseconds