Home
last modified time | relevance | path

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

/packages/apps/Email/provider_src/com/android/email/service/
DImapService.java400 Cursor localOldestCursor = null; in synchronizeMailboxGeneric() local
403 localOldestCursor = resolver.query(EmailContent.Message.CONTENT_URI, in synchronizeMailboxGeneric()
410 if (localOldestCursor != null && localOldestCursor.moveToFirst()) { in synchronizeMailboxGeneric()
411 long oldestLocalMessageDate = localOldestCursor.getLong( in synchronizeMailboxGeneric()
420 if (localOldestCursor != null) { in synchronizeMailboxGeneric()
421 localOldestCursor.close(); in synchronizeMailboxGeneric()