Searched refs:mCurrentUpperBoundTimestamp (Results 1 – 1 of 1) sorted by relevance
93 private long mCurrentUpperBoundTimestamp = -1; field in SyncManager134 Assert.isTrue(mCurrentUpperBoundTimestamp < 0); in startSyncBatch()135 mCurrentUpperBoundTimestamp = upperBoundTimestamp; in startSyncBatch()145 Assert.isTrue(mCurrentUpperBoundTimestamp >= 0);151 + " to " + mCurrentUpperBoundTimestamp + " is "156 mCurrentUpperBoundTimestamp = -1L;168 if (mCurrentUpperBoundTimestamp >= 0 && timestamp <= mCurrentUpperBoundTimestamp) { in onNewMessageInserted()170 mMaxRecentChangeTimestamp = Math.max(mCurrentUpperBoundTimestamp, timestamp); in onNewMessageInserted()173 + "current sync batch " + mCurrentUpperBoundTimestamp); in onNewMessageInserted()177 + "current sync batch " + mCurrentUpperBoundTimestamp); in onNewMessageInserted()[all …]