Searched defs:STARRED (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/ui/
H A DQuickContactWindow.java1640 Contacts.STARRED,
1665 final int STARRED = 2; field in interface:QuickContactWindow.DataQuery
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactAggregator.java266 + Contacts.STARRED + "=(SELECT (CASE WHEN COUNT(" + RawContacts.STARRED
269 + RawContacts.STARRED + "=1)" + " WHERE " + Contacts._ID + "=?");
1025 + RawContacts.STARRED + ","
1056 int STARRED = 10; field in interface:ContactAggregator.RawContactsQuery
1074 + Contacts.STARRED + "=?, "
1088 + Contacts.STARRED + ", "
1101 int STARRED = 7; field in interface:ContactAggregator.ContactReplaceSqlStatement
1179 if (c.getInt(RawContactsQuery.STARRED) != 0) {
1244 statement.bindLong(ContactReplaceSqlStatement.STARRED,
[all...]
H A DLegacyContactImporter.java370 static int STARRED = 5; field in interface:LegacyContactImporter.PeopleQuery
395 RawContacts.STARRED + "," +
412 int STARRED = 7; field in interface:LegacyContactImporter.RawContactsInsert
429 Contacts.STARRED + "," +
439 int STARRED = 5; field in interface:LegacyContactImporter.ContactsInsert
548 insert.bindLong(RawContactsInsert.STARRED,
549 c.getLong(PeopleQuery.STARRED));
583 insert.bindLong(ContactsInsert.STARRED,
584 c.getLong(PeopleQuery.STARRED));

Completed in 11 milliseconds