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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DAbstractContactAggregator.java1267 + RawContacts.TIMES_CONTACTED + ","
1303 int TIMES_CONTACTED = 10; field in interface:AbstractContactAggregator.RawContactsQuery
1323 + Contacts.TIMES_CONTACTED + "=?, "
1339 + Contacts.TIMES_CONTACTED + ", "
1354 int TIMES_CONTACTED = 7; field in interface:AbstractContactAggregator.ContactReplaceSqlStatement
1447 int timesContacted = c.getInt(RawContactsQuery.TIMES_CONTACTED);
1528 statement.bindLong(ContactReplaceSqlStatement.TIMES_CONTACTED,

Completed in 81 milliseconds