Searched defs:LAST_TIME_CONTACTED (Results 1 - 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactAggregator.java1549 + RawContacts.LAST_TIME_CONTACTED + ","
1581 int LAST_TIME_CONTACTED = 9; field in interface:ContactAggregator.RawContactsQuery
1600 + Contacts.LAST_TIME_CONTACTED + "=?, "
1614 + Contacts.LAST_TIME_CONTACTED + ", "
1626 int LAST_TIME_CONTACTED = 6; field in interface:ContactAggregator.ContactReplaceSqlStatement
1712 long lastTimeContacted = c.getLong(RawContactsQuery.LAST_TIME_CONTACTED);
1785 statement.bindLong(ContactReplaceSqlStatement.LAST_TIME_CONTACTED,
H A DLegacyContactImporter.java372 static int LAST_TIME_CONTACTED = 4; field in interface:LegacyContactImporter.PeopleQuery
396 RawContacts.LAST_TIME_CONTACTED + "," +
412 int LAST_TIME_CONTACTED = 5; field in interface:LegacyContactImporter.RawContactsInsert
428 Contacts.LAST_TIME_CONTACTED + "," +
437 int LAST_TIME_CONTACTED = 3; field in interface:LegacyContactImporter.ContactsInsert
543 insert.bindLong(RawContactsInsert.LAST_TIME_CONTACTED,
544 c.getLong(PeopleQuery.LAST_TIME_CONTACTED));
577 insert.bindLong(ContactsInsert.LAST_TIME_CONTACTED,
578 c.getLong(PeopleQuery.LAST_TIME_CONTACTED));

Completed in 10 milliseconds