Searched refs:newTimestamp (Results 1 – 2 of 2) sorted by relevance
64 final long newTimestamp = getLong(cursor, Data.STATUS_TIMESTAMP, -1); in possibleUpdate() local65 if (newTimestamp < mTimestamp) return; in possibleUpdate()67 mTimestamp = newTimestamp; in possibleUpdate()
66 final long newTimestamp = getLong(cursor, Data.STATUS_TIMESTAMP, -1); in possibleUpdate() local67 if (newTimestamp < mTimestamp) return; in possibleUpdate()69 mTimestamp = newTimestamp; in possibleUpdate()