Searched refs:CONTACT_LAST_UPDATED_TIMESTAMP (Results 1 – 7 of 7) sorted by relevance
217 public static final String CONTACT_LAST_UPDATED_TIMESTAMP = field in EABContract.EABColumns257 CONTACT_LAST_UPDATED_TIMESTAMP,
443 ContactsContract.Data.CONTACT_LAST_UPDATED_TIMESTAMP }; in checkForContactNumberChanges()449 "' AND " + ContactsContract.Data.CONTACT_LAST_UPDATED_TIMESTAMP + " > '" + in checkForContactNumberChanges()451 String sortOrder = ContactsContract.Data.CONTACT_LAST_UPDATED_TIMESTAMP + " desc"; in checkForContactNumberChanges()493 .getColumnIndex(ContactsContract.Data.CONTACT_LAST_UPDATED_TIMESTAMP)); in checkForContactNumberChanges()598 ContactsContract.Data.CONTACT_LAST_UPDATED_TIMESTAMP in checkForPhoneNumberDelete()758 ContactsContract.Contacts.Entity.CONTACT_LAST_UPDATED_TIMESTAMP}; in checkForProfileNumberChanges()766 + ContactsContract.Contacts.Entity.CONTACT_LAST_UPDATED_TIMESTAMP + " > '" + in checkForProfileNumberChanges()768 String sortOrder = ContactsContract.Contacts.Entity.CONTACT_LAST_UPDATED_TIMESTAMP + in checkForProfileNumberChanges()821 ContactsContract.Contacts.Entity.CONTACT_LAST_UPDATED_TIMESTAMP)); in checkForProfileNumberChanges()919 ContactsContract.Contacts.Entity.CONTACT_LAST_UPDATED_TIMESTAMP}; in checkForDeletedProfileContacts()
121 public static final String CONTACT_LAST_UPDATED_TIMESTAMP = field in Contacts.Impl122 EABContract.EABColumns.CONTACT_LAST_UPDATED_TIMESTAMP;
66 Contacts.Impl.CONTACT_LAST_UPDATED_TIMESTAMP;76 Contacts.Impl.CONTACT_LAST_UPDATED_TIMESTAMP,360 values.put(Contacts.Impl.CONTACT_LAST_UPDATED_TIMESTAMP, in toContentValues()524 mOrderByColumn = Contacts.Impl.CONTACT_LAST_UPDATED_TIMESTAMP; in orderBy()814 values.put(Contacts.Impl.CONTACT_LAST_UPDATED_TIMESTAMP, (String)null); in updateAllCapabilityToUnknown()846 values.put(Contacts.Impl.CONTACT_LAST_UPDATED_TIMESTAMP, (String)null); in updateAllVtCapabilityToUnknown()889 values.put(Contacts.Impl.CONTACT_LAST_UPDATED_TIMESTAMP, in update()
68 ContactsContract.Contacts.CONTACT_LAST_UPDATED_TIMESTAMP }; in validateAndSyncFromContactsDb()70 + ContactsContract.Contacts.CONTACT_LAST_UPDATED_TIMESTAMP in validateAndSyncFromContactsDb()92 Contacts.CONTACT_LAST_UPDATED_TIMESTAMP)); in validateAndSyncFromContactsDb()
521 Contacts.Impl.CONTACT_LAST_UPDATED_TIMESTAMP)); in doCapabilityDiscovery()594 sb.append(Contacts.Impl.CONTACT_LAST_UPDATED_TIMESTAMP + ">='" + last3year + "'"); in updateObsoleteItems()624 cursor.getColumnIndex(Contacts.Impl.CONTACT_LAST_UPDATED_TIMESTAMP))); in updateObsoleteItems()
99 + EABContract.EABColumns.CONTACT_LAST_UPDATED_TIMESTAMP + " LONG "474 cvalues.put(EABContract.EABColumns.CONTACT_LAST_UPDATED_TIMESTAMP, 0); in verifyIfMdnExists()