Searched refs:mLastUpdatedTimestamp (Results 1 – 2 of 2) sorted by relevance
39 private long mLastUpdatedTimestamp; field in ContactsQueryHelper91 return mLastUpdatedTimestamp; in getLastUpdatedTimestamp()147 mLastUpdatedTimestamp = cursor.getLong(lastUpdatedTimestampIndex); in queryContact()
601 private long mLastUpdatedTimestamp; field in DataManager.ContactsContentObserver605 mLastUpdatedTimestamp = System.currentTimeMillis(); in ContactsContentObserver()611 if (!helper.querySince(mLastUpdatedTimestamp)) { in onChange()639 mLastUpdatedTimestamp = helper.getLastUpdatedTimestamp(); in onChange()