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

/frameworks/base/core/java/android/provider/
H A DContacts.java293 public static final String TIMES_CONTACTED = "times_contacted"; field in interface:Contacts.PeopleColumns
H A DContactsContract.java870 public static final String TIMES_CONTACTED = "times_contacted"; field in interface:ContactsContract.ContactOptionsColumns
879 public static final String RAW_TIMES_CONTACTED = HIDDEN_COLUMN_PREFIX + TIMES_CONTACTED;
887 * Low res version. Same as {@link #TIMES_CONTACTED} but use it in CP2 for clarification.
889 public static final String LR_TIMES_CONTACTED = TIMES_CONTACTED;
893 * Low res version. Same as {@link #TIMES_CONTACTED} but use it in CP2 for clarification.
1312 * {@link #TIMES_CONTACTED}, {@link #LAST_TIME_CONTACTED}, {@link #STARRED},
1414 * <td>{@link #TIMES_CONTACTED}</td>
1428 * increments {@link #TIMES_CONTACTED}. When raw contacts are aggregated,
1688 * {@link #TIMES_CONTACTED} and {@link #LAST_TIME_CONTACTED}. The
1689 * TIMES_CONTACTED fiel
[all...]

Completed in 73 milliseconds