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

/frameworks/base/core/java/android/provider/
H A DContacts.java301 public static final String LAST_TIME_CONTACTED = "last_time_contacted"; field in interface:Contacts.PeopleColumns
H A DContactsContract.java879 public static final String LAST_TIME_CONTACTED = "last_time_contacted"; field in interface:ContactsContract.ContactOptionsColumns
886 HIDDEN_COLUMN_PREFIX + LAST_TIME_CONTACTED;
898 public static final String LR_LAST_TIME_CONTACTED = LAST_TIME_CONTACTED;
1315 * {@link #TIMES_CONTACTED}, {@link #LAST_TIME_CONTACTED}, {@link #STARRED},
1427 * <td>{@link #LAST_TIME_CONTACTED}</td>
1691 * {@link #TIMES_CONTACTED} and {@link #LAST_TIME_CONTACTED}. The
1692 * TIMES_CONTACTED field is incremented by 1 and the LAST_TIME_CONTACTED
1705 // TIMES_CONTACTED will be incremented when LAST_TIME_CONTACTED is modified.
2643 * <td>{@link #LAST_TIME_CONTACTED}</td>
4773 * <td>{@link #LAST_TIME_CONTACTED}</t
[all...]

Completed in 229 milliseconds