Home
last modified time | relevance | path

Searched refs:CONTACT_LAST_UPDATED_TIMESTAMP (Results 1 – 7 of 7) sorted by relevance

/external/ims/rcs/rcsmanager/src/java/com/android/ims/internal/
DEABContract.java217 public static final String CONTACT_LAST_UPDATED_TIMESTAMP = field in EABContract.EABColumns
257 CONTACT_LAST_UPDATED_TIMESTAMP,
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DEABService.java443 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()
DContacts.java121 public static final String CONTACT_LAST_UPDATED_TIMESTAMP = field in Contacts.Impl
122 EABContract.EABColumns.CONTACT_LAST_UPDATED_TIMESTAMP;
DEABContactManager.java66 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()
DEABDbUtil.java68 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()
DCapabilityPolling.java521 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()
DEABProvider.java99 + EABContract.EABColumns.CONTACT_LAST_UPDATED_TIMESTAMP + " LONG "
474 cvalues.put(EABContract.EABColumns.CONTACT_LAST_UPDATED_TIMESTAMP, 0); in verifyIfMdnExists()