Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DSyncMessagesAction.java237 long lastTimestampMillis = SYNC_FAILED; in doBackgroundWork() local
244 lastTimestampMillis = syncCursorPair(db, cursors, smsToAdd, mmsToAdd, in doBackgroundWork()
250 if (lastTimestampMillis > SYNC_FAILED) { in doBackgroundWork()
261 response.putLong(BUNDLE_KEY_LAST_TIMESTAMP, lastTimestampMillis); in doBackgroundWork()
282 long lastTimestampMillis; in syncCursorPair() local
305 lastTimestampMillis = cursors.scan(maxMessagesToScan, maxMessagesToUpdate, in syncCursorPair()
324 lastTimestampMillis = SYNC_FAILED; in syncCursorPair()
330 lastTimestampMillis = SYNC_FAILED; in syncCursorPair()
344 + "Oldest timestamp seen = " + lastTimestampMillis); in syncCursorPair()
347 return lastTimestampMillis; in syncCursorPair()
[all …]
DSyncCursorPair.java158 long lastTimestampMillis = SYNC_STARTING; in scan() local
171 lastTimestampMillis = SYNC_COMPLETE; in scan()
180 lastTimestampMillis = Math.min(lastTimestampMillis, in scan()
192 lastTimestampMillis = Math.min(lastTimestampMillis, in scan()
200 lastTimestampMillis = Math.min(lastTimestampMillis, matchedTimestamp); in scan()
273 return lastTimestampMillis; in scan()