Home | History | Annotate | Download | only in contacts

Lines Matching refs:LAST_TIME_CONTACTED

193                 Contacts.LAST_TIME_CONTACTED,
234 Contacts.LAST_TIME_CONTACTED,
279 Contacts.LAST_TIME_CONTACTED,
328 Contacts.LAST_TIME_CONTACTED,
383 RawContacts.LAST_TIME_CONTACTED,
459 Contacts.LAST_TIME_CONTACTED,
541 Contacts.LAST_TIME_CONTACTED,
635 Contacts.LAST_TIME_CONTACTED,
730 PhoneLookup.LAST_TIME_CONTACTED,
764 PhoneLookup.LAST_TIME_CONTACTED,
793 PhoneLookup.LAST_TIME_CONTACTED,
824 PhoneLookup.LAST_TIME_CONTACTED,
977 values.put(RawContacts.LAST_TIME_CONTACTED, 86400 + 123);
988 values.put(RawContacts.LAST_TIME_CONTACTED, 86400);
1313 values.put(RawContacts.LAST_TIME_CONTACTED, 86400 + 5);
1337 values.put(Contacts.LAST_TIME_CONTACTED, 86400);
2499 values.put(RawContacts.LAST_TIME_CONTACTED, 86400 + 5);
2522 values.put(Contacts.LAST_TIME_CONTACTED, 86400);
8959 RawContacts.LAST_TIME_CONTACTED, (startTime + 86400) / 86400 * 86400
8963 RawContacts.LAST_TIME_CONTACTED, (startTime + 86400 * 3) / 86400 * 86400
8967 RawContacts.LAST_TIME_CONTACTED, (startTime + 86400 * 3) / 86400 * 86400
8971 RawContacts.LAST_TIME_CONTACTED, null // 4 wasn't touched.
8983 Contacts.LAST_TIME_CONTACTED, (startTime + 86400 * 3) / 86400 * 86400
8987 Contacts.LAST_TIME_CONTACTED, (startTime + 86400 * 3) / 86400 * 86400
8991 Contacts.LAST_TIME_CONTACTED, 0
9008 assertRowCount(0, Contacts.CONTENT_URI, Contacts.LAST_TIME_CONTACTED + ">0", null);
9010 assertRowCount(0, RawContacts.CONTENT_URI, RawContacts.LAST_TIME_CONTACTED + ">0", null);