Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DSyncMessagesAction.java146 long lowerBoundTimeMillis = actionParameters.getLong(KEY_LOWER_BOUND); in executeAction() local
153 + lowerBoundTimeMillis + " to " + upperBoundTimeMillis + " (start timestamp = " in executeAction()
159 if (lowerBoundTimeMillis >= 0) { in executeAction()
161 final SyncCursorPair cursors = new SyncCursorPair(-1L, lowerBoundTimeMillis); in executeAction()
165 lowerBoundTimeMillis = -1; in executeAction()
166 actionParameters.putLong(KEY_LOWER_BOUND, lowerBoundTimeMillis); in executeAction()
170 + lowerBoundTimeMillis + " not in sync; promoting to full sync"); in executeAction()
174 + lowerBoundTimeMillis + " not in sync; will do incremental sync"); in executeAction()
178 LogUtil.d(TAG, "SyncMessagesAction: Messages before " + lowerBoundTimeMillis in executeAction()
185 if (syncManager.shouldSync(lowerBoundTimeMillis < 0, startTimestamp)) { in executeAction()
[all …]