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,
449 ContactsContract.Data.CONTACT_LAST_UPDATED_TIMESTAMP }; in checkForContactNumberChanges()455 "' AND " + ContactsContract.Data.CONTACT_LAST_UPDATED_TIMESTAMP + " > '" + in checkForContactNumberChanges()457 String sortOrder = ContactsContract.Data.CONTACT_LAST_UPDATED_TIMESTAMP + " desc"; in checkForContactNumberChanges()499 .getColumnIndex(ContactsContract.Data.CONTACT_LAST_UPDATED_TIMESTAMP)); in checkForContactNumberChanges()604 ContactsContract.Data.CONTACT_LAST_UPDATED_TIMESTAMP in checkForPhoneNumberDelete()764 ContactsContract.Contacts.Entity.CONTACT_LAST_UPDATED_TIMESTAMP}; in checkForProfileNumberChanges()772 + ContactsContract.Contacts.Entity.CONTACT_LAST_UPDATED_TIMESTAMP + " > '" + in checkForProfileNumberChanges()774 String sortOrder = ContactsContract.Contacts.Entity.CONTACT_LAST_UPDATED_TIMESTAMP + in checkForProfileNumberChanges()827 ContactsContract.Contacts.Entity.CONTACT_LAST_UPDATED_TIMESTAMP)); in checkForProfileNumberChanges()925 ContactsContract.Contacts.Entity.CONTACT_LAST_UPDATED_TIMESTAMP}; in checkForDeletedProfileContacts()
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()815 values.put(Contacts.Impl.CONTACT_LAST_UPDATED_TIMESTAMP, (String)null); in updateAllCapabilityToUnknown()847 values.put(Contacts.Impl.CONTACT_LAST_UPDATED_TIMESTAMP, (String)null); in updateAllVtCapabilityToUnknown()890 values.put(Contacts.Impl.CONTACT_LAST_UPDATED_TIMESTAMP, in update()
121 public static final String CONTACT_LAST_UPDATED_TIMESTAMP = field in Contacts.Impl122 EABContract.EABColumns.CONTACT_LAST_UPDATED_TIMESTAMP;
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()
501 Contacts.Impl.CONTACT_LAST_UPDATED_TIMESTAMP)); in doCapabilityDiscovery()574 sb.append(Contacts.Impl.CONTACT_LAST_UPDATED_TIMESTAMP + ">='" + last3year + "'"); in updateObsoleteItems()604 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()