Home
last modified time | relevance | path

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

/packages/apps/Email/src/com/android/email/activity/
DUIControllerTwoPane.java316 long messageListMailboxId = getMessageListMailboxId(); in isRefreshInProgress() local
317 return (messageListMailboxId >= 0) in isRefreshInProgress()
318 && mRefreshManager.isMessageListRefreshing(messageListMailboxId); in isRefreshInProgress()