Searched defs:TIMES_CONTACTED (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/core/java/android/provider/
H A DContacts.java291 public static final String TIMES_CONTACTED = "times_contacted"; field in interface:Contacts.PeopleColumns
451 // There is a trigger in place that will update TIMES_CONTACTED when
H A DContactsContract.java758 public static final String TIMES_CONTACTED = "times_contacted"; field in interface:ContactsContract.ContactOptionsColumns
1178 * {@link #TIMES_CONTACTED}, {@link #LAST_TIME_CONTACTED}, {@link #STARRED},
1280 * <td>{@link #TIMES_CONTACTED}</td>
1294 * increments {@link #TIMES_CONTACTED}. When raw contacts are aggregated,
1548 * {@link #TIMES_CONTACTED} and {@link #LAST_TIME_CONTACTED}. The
1549 * TIMES_CONTACTED field is incremented by 1 and the LAST_TIME_CONTACTED
1562 // TIMES_CONTACTED will be incremented when LAST_TIME_CONTACTED is modified.
2507 * <td>{@link #TIMES_CONTACTED}</td>
4552 * <td>{@link #TIMES_CONTACTED}</td>
4967 * <td>{@link #TIMES_CONTACTED}</t
[all...]

Completed in 37 milliseconds