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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java1706 + RawContacts.TIMES_CONTACTED + ","
1741 int TIMES_CONTACTED = 10; field in interface:ContactAggregator.RawContactsQuery
1760 + Contacts.TIMES_CONTACTED + "=?, "
1775 + Contacts.TIMES_CONTACTED + ", "
1789 int TIMES_CONTACTED = 7; field in interface:ContactAggregator.ContactReplaceSqlStatement
1880 int timesContacted = c.getInt(RawContactsQuery.TIMES_CONTACTED);
1950 statement.bindLong(ContactReplaceSqlStatement.TIMES_CONTACTED,

Completed in 37 milliseconds