Home
last modified time | relevance | path

Searched refs:newTimestamp (Results 1 – 2 of 2) sorted by relevance

/packages/experimental/LoaderApp/src/com/android/loaderapp/util/
DDataStatus.java64 final long newTimestamp = getLong(cursor, Data.STATUS_TIMESTAMP, -1); in possibleUpdate() local
65 if (newTimestamp < mTimestamp) return; in possibleUpdate()
67 mTimestamp = newTimestamp; in possibleUpdate()
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DDataStatus.java66 final long newTimestamp = getLong(cursor, Data.STATUS_TIMESTAMP, -1); in possibleUpdate() local
67 if (newTimestamp < mTimestamp) return; in possibleUpdate()
69 mTimestamp = newTimestamp; in possibleUpdate()