Home
last modified time | relevance | path

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

/packages/apps/Email/provider_src/com/android/email/service/
DImapService.java95 private static long mLastSearchAccountKey = Account.NO_ACCOUNT; field in ImapService
786 if (accountKey == mLastSearchAccountKey && in getRemoteMailboxForMessage()
798 mLastSearchAccountKey = accountKey; in getRemoteMailboxForMessage()