Searched refs:SyncCursorPair (Results 1 – 2 of 2) sorted by relevance
161 final SyncCursorPair cursors = new SyncCursorPair(-1L, lowerBoundTimeMillis); in executeAction()240 final SyncCursorPair cursors = new SyncCursorPair(lowerBoundTimeMillis, in doBackgroundWork()278 private long syncCursorPair(final DatabaseWrapper db, final SyncCursorPair cursors, in syncCursorPair()467 final SyncCursorPair recents = new SyncCursorPair(startTimestamp, now); in processBackgroundResponse()468 final SyncCursorPair olders = new SyncCursorPair(-1L, startTimestamp); in processBackgroundResponse()
54 class SyncCursorPair { class84 SyncCursorPair(final long lowerBound, final long upperBound) { in SyncCursorPair() method in SyncCursorPair105 SyncCursorPair(final long threadId, final String conversationId) { in SyncCursorPair() method in SyncCursorPair