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

/packages/apps/Email/src/com/android/email/mail/
H A DFlag.java26 DELETED, enum constant in enum:Flag
/packages/apps/Gallery3D/src/com/cooliris/media/
H A DLongSparseArray.java33 private static final Object DELETED = new Object(); field in class:LongSparseArray
72 if (i < 0 || mValues[i] == DELETED) {
86 if (mValues[i] != DELETED) {
87 mValues[i] = DELETED;
111 if (val != DELETED) {
139 if (i < mSize && mValues[i] == DELETED) {
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DLegacyContactImporter.java1247 RawContacts.DELETED + "," +
1255 int DELETED = 4; field in interface:LegacyContactImporter.DeletedRawContactInsert
1283 insert.bindLong(DeletedRawContactInsert.DELETED, 1);
H A DContactsProvider2.java304 RawContacts.DELETED,
309 int DELETED = 0; field in interface:ContactsProvider2.RawContactsQuery
588 sRawContactsProjectionMap.put(RawContacts.DELETED, RawContacts.DELETED);
679 columns.put(RawContacts.DELETED, RawContacts.DELETED);
882 columns.put(Groups.DELETED, Groups.DELETED);
2564 if (values.containsKey(RawContacts.DELETED)
2565 && values.getAsInteger(RawContacts.DELETED) !
[all...]

Completed in 73 milliseconds