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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java1728 + RawContacts.TIMES_CONTACTED + ","
1764 int TIMES_CONTACTED = 10; field in interface:ContactAggregator.RawContactsQuery
1784 + Contacts.TIMES_CONTACTED + "=?, "
1800 + Contacts.TIMES_CONTACTED + ", "
1815 int TIMES_CONTACTED = 7; field in interface:ContactAggregator.ContactReplaceSqlStatement
1908 int timesContacted = c.getInt(RawContactsQuery.TIMES_CONTACTED);
1985 statement.bindLong(ContactReplaceSqlStatement.TIMES_CONTACTED,

Completed in 33 milliseconds