Searched defs:mInboxId (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/src/com/android/email/activity/
H A DUIControllerTwoPane.java544 long mInboxId; field in class:UIControllerTwoPane.RefreshTask
568 mInboxId = Account.getInboxId(mContext, mAccountId);
591 mRefreshManager.refreshMessageList(mAccountId, mInboxId, true);
618 if (mInboxId == mMailboxId) {
621 if (mRefreshManager.isMessageListRefreshing(mInboxId)) {
624 final long nextRefreshTime = mRefreshManager.getLastMessageListRefreshTime(mInboxId)

Completed in 1094 milliseconds