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.java449 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()
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()
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()
DContacts.java121 public static final String CONTACT_LAST_UPDATED_TIMESTAMP = field in Contacts.Impl
122 EABContract.EABColumns.CONTACT_LAST_UPDATED_TIMESTAMP;
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.java501 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()
DEABProvider.java99 + EABContract.EABColumns.CONTACT_LAST_UPDATED_TIMESTAMP + " LONG "
474 cvalues.put(EABContract.EABColumns.CONTACT_LAST_UPDATED_TIMESTAMP, 0); in verifyIfMdnExists()