Searched refs:mCurrentUpperBoundTimestamp (Results 1 – 1 of 1) sorted by relevance
94 private long mCurrentUpperBoundTimestamp = -1; field in SyncManager135 Assert.isTrue(mCurrentUpperBoundTimestamp < 0); in startSyncBatch()136 mCurrentUpperBoundTimestamp = upperBoundTimestamp; in startSyncBatch()146 Assert.isTrue(mCurrentUpperBoundTimestamp >= 0);152 + " to " + mCurrentUpperBoundTimestamp + " is "157 mCurrentUpperBoundTimestamp = -1L;169 if (mCurrentUpperBoundTimestamp >= 0 && timestamp <= mCurrentUpperBoundTimestamp) { in onNewMessageInserted()171 mMaxRecentChangeTimestamp = Math.max(mCurrentUpperBoundTimestamp, timestamp); in onNewMessageInserted()174 + "current sync batch " + mCurrentUpperBoundTimestamp); in onNewMessageInserted()178 + "current sync batch " + mCurrentUpperBoundTimestamp); in onNewMessageInserted()[all …]