Searched refs:localOldestCursor (Results 1 – 1 of 1) sorted by relevance
400 Cursor localOldestCursor = null; in synchronizeMailboxGeneric() local403 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()