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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactAggregator.java1550 + RawContacts.TIMES_CONTACTED + ","
1582 int TIMES_CONTACTED = 10; field in interface:ContactAggregator.RawContactsQuery
1601 + Contacts.TIMES_CONTACTED + "=?, "
1615 + Contacts.TIMES_CONTACTED + ", "
1627 int TIMES_CONTACTED = 7; field in interface:ContactAggregator.ContactReplaceSqlStatement
1717 int timesContacted = c.getInt(RawContactsQuery.TIMES_CONTACTED);
1787 statement.bindLong(ContactReplaceSqlStatement.TIMES_CONTACTED,
H A DLegacyContactImporter.java371 static int TIMES_CONTACTED = 3; field in interface:LegacyContactImporter.PeopleQuery
399 RawContacts.TIMES_CONTACTED + "," +
415 int TIMES_CONTACTED = 8; field in interface:LegacyContactImporter.RawContactsInsert
431 Contacts.TIMES_CONTACTED + "," +
440 int TIMES_CONTACTED = 6; field in interface:LegacyContactImporter.ContactsInsert
549 insert.bindLong(RawContactsInsert.TIMES_CONTACTED,
550 c.getLong(PeopleQuery.TIMES_CONTACTED));
583 insert.bindLong(ContactsInsert.TIMES_CONTACTED,
584 c.getLong(PeopleQuery.TIMES_CONTACTED));

Completed in 36 milliseconds