Home | History | Annotate | Download | only in contacts

Lines Matching refs:TIMES_CONTACTED

130                 Contacts.TIMES_CONTACTED,
169 Contacts.TIMES_CONTACTED,
212 Contacts.TIMES_CONTACTED,
257 Contacts.TIMES_CONTACTED,
307 RawContacts.TIMES_CONTACTED,
380 Contacts.TIMES_CONTACTED,
456 Contacts.TIMES_CONTACTED,
545 Contacts.TIMES_CONTACTED,
625 PhoneLookup.TIMES_CONTACTED,
993 values.put(RawContacts.TIMES_CONTACTED, 54321);
1017 values.put(Contacts.TIMES_CONTACTED, 54321);
1624 values.put(RawContacts.TIMES_CONTACTED, 54321);
1647 values.put(Contacts.TIMES_CONTACTED, 54321);
1912 RawContacts.TIMES_CONTACTED, 0
1915 RawContacts.TIMES_CONTACTED, 1
2330 // Starred contacts should be returned. TIMES_CONTACTED should be ignored and only data
7402 RawContacts.TIMES_CONTACTED, 2,
7406 RawContacts.TIMES_CONTACTED, 3,
7410 RawContacts.TIMES_CONTACTED, 2,
7414 RawContacts.TIMES_CONTACTED, 0,
7421 // Note contact1.TIMES_CONTACTED = 4, even though raw_contact1.TIMES_CONTACTED +
7422 // raw_contact1.TIMES_CONTACTED = 5, because in test 2, data 1a and data 2a were touched
7426 Contacts.TIMES_CONTACTED, 4,
7430 Contacts.TIMES_CONTACTED, 2,
7434 Contacts.TIMES_CONTACTED, 0,
7451 assertRowCount(0, Contacts.CONTENT_URI, Contacts.TIMES_CONTACTED + ">0", null);
7453 assertRowCount(0, RawContacts.CONTENT_URI, RawContacts.TIMES_CONTACTED + ">0", null);
7801 values.put(RawContacts.TIMES_CONTACTED, timesContacted);
7887 * {Contacts#TIMES_CONTACTED} in the ContentValue. Can be null.
7893 if (values != null && values.containsKey(Contacts.TIMES_CONTACTED)) {
7894 values.put(Contacts.TIMES_CONTACTED, values.getAsInteger(Contacts.TIMES_CONTACTED) + 1);