Home | History | Annotate | Download | only in contacts

Lines Matching refs:LAST_TIME_CONTACTED

361                 + Contacts.LAST_TIME_CONTACTED;
404 Tables.RAW_CONTACTS + "." + RawContacts.LAST_TIME_CONTACTED;
967 Contacts.LAST_TIME_CONTACTED + " INTEGER," +
997 RawContacts.LAST_TIME_CONTACTED + " INTEGER," +
1631 + " AS " + RawContacts.LAST_TIME_CONTACTED + ","
1700 + RawContacts.LAST_TIME_CONTACTED + ","
1737 + " AS " + Contacts.LAST_TIME_CONTACTED + ", "
3848 db.execSQL("UPDATE raw_contacts SET last_time_contacted =" +
3849 " max(ifnull(last_time_contacted, 0), " +
3854 db.execSQL("UPDATE raw_contacts SET last_time_contacted = null" +
3855 " where last_time_contacted = 0");