Searched refs:mLastUpdatedTimestamp (Results 1 – 2 of 2) sorted by relevance
40 private long mLastUpdatedTimestamp; field in ContactsQueryHelper92 return mLastUpdatedTimestamp; in getLastUpdatedTimestamp()148 mLastUpdatedTimestamp = cursor.getLong(lastUpdatedTimestampIndex); in queryContact()
965 private long mLastUpdatedTimestamp; field in DataManager.ContactsContentObserver969 mLastUpdatedTimestamp = System.currentTimeMillis(); in ContactsContentObserver()975 if (!helper.querySince(mLastUpdatedTimestamp)) { in onChange()1006 mLastUpdatedTimestamp = helper.getLastUpdatedTimestamp(); in onChange()