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

/frameworks/base/core/java/android/provider/
H A DContacts.java300 public static final String LAST_TIME_CONTACTED = "last_time_contacted"; field in interface:Contacts.PeopleColumns
453 // LAST_TIME_CONTACTED is modified.
454 values.put(LAST_TIME_CONTACTED, System.currentTimeMillis());
H A DContactsContract.java819 public static final String LAST_TIME_CONTACTED = "last_time_contacted"; field in interface:ContactsContract.ContactOptionsColumns
1211 * {@link #TIMES_CONTACTED}, {@link #LAST_TIME_CONTACTED}, {@link #STARRED},
1323 * <td>{@link #LAST_TIME_CONTACTED}</td>
1542 * {@link #TIMES_CONTACTED} and {@link #LAST_TIME_CONTACTED}. The
1543 * TIMES_CONTACTED field is incremented by 1 and the LAST_TIME_CONTACTED
1556 // TIMES_CONTACTED will be incremented when LAST_TIME_CONTACTED is modified.
1557 values.put(LAST_TIME_CONTACTED, System.currentTimeMillis());
2478 * <td>{@link #LAST_TIME_CONTACTED}</td>
4323 * <td>{@link #LAST_TIME_CONTACTED}</td>
4738 * <td>{@link #LAST_TIME_CONTACTED}</t
[all...]

Completed in 33 milliseconds