Home
last modified time | relevance | path

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

/packages/apps/Email/src/com/android/email/activity/
DUIControllerTwoPane.java94 if (getMessageListMailboxId() != mListContext.getMailboxId()) { in onMailboxSelected()
209 if (((mListContext != null) && mListContext.isSearch()) in onDragStarted()
327 && (mListContext.getMailboxId() > 0); in isRefreshEnabled()
376 } else if (mListContext.isSearch() && UiUtilities.showTwoPaneSearchResults(mActivity)) { in openInternal()
394 Log.d(Logging.LOG_TAG, this + " updateMailboxList " + mListContext); in updateMailboxList()
397 long accountId = mListContext.mAccountId; in updateMailboxList()
398 long mailboxId = mListContext.getMailboxId(); in updateMailboxList()
401 boolean enableHighlight = !mListContext.isSearch(); in updateMailboxList()
428 Log.d(Logging.LOG_TAG, this + " updateMessageList " + mListContext); in updateMessageList()
431 if (mListContext.getMailboxId() != getMessageListMailboxId()) { in updateMessageList()
[all …]
DMessageOrderManager.java60 private final MessageListContext mListContext; field in MessageOrderManager
137 mListContext = listContext; in MessageOrderManager()
151 return mListContext; in getListContext()
155 return mListContext.getMailboxId(); in getMailboxId()
357 mContext, mListContext.mAccountId, mListContext.getMailboxId()), in openNewCursor()
DUIControllerOnePane.java93 open(mListContext, messageId); in onMessageOpen()
295 if (mListContext != null) { in getUIAccountId()
296 return mListContext.mAccountId; in getUIAccountId()
305 if (mListContext != null) { in getMailboxId()
306 return mListContext.getMailboxId(); in getMailboxId()
345 openMailbox(mListContext.mAccountId, mListContext.getMailboxId()); in onBackPressed()
353 switchAccount(mListContext.mAccountId, true /* force show inbox */); in onBackPressed()
612 return isMailboxListInstalled() || (mListContext.getMailboxId() > 0); in isRefreshEnabled()
DUIControllerBase.java110 protected MessageListContext mListContext; field in UIControllerBase
254 outState.putParcelable(KEY_LIST_CONTEXT, mListContext); in onSaveInstanceState()
265 mListContext = savedInstanceState.getParcelable(KEY_LIST_CONTEXT); in onRestoreInstanceState()
615 if (Objects.equal(listContext, mListContext)) { in setListContext()
622 mListContext = listContext; in setListContext()
685 return mListContext.isSearch() in getSearchableMailbox()
760 if ((mListContext != null) && mListContext.isSearch()) { in onSearchExit()
999 Preconditions.checkNotNull(mListContext); in updateMessageOrderManager()
1001 if (mOrderManager == null || !mOrderManager.getListContext().equals(mListContext)) { in updateMessageOrderManager()
1004 mActivity, mListContext, mMessageOrderManagerCallback); in updateMessageOrderManager()
DMessagesAdapter.java385 private final MessageListContext mListContext; field in MessagesAdapter.SearchCursorLoader
392 mListContext = listContext; in SearchCursorLoader()
404 mContext, mListContext.getSearchedMailbox()); in loadInBackground()
412 mListContext.mAccountId, mListContext.getSearchParams()); in loadInBackground()
DMessageListFragment.java252 private MessageListContext mListContext; field in MessageListFragment
255 if (mListContext != null) return; in initializeArgCache()
256 mListContext = getArguments().getParcelable(ARG_LIST_CONTEXT); in initializeArgCache()
266 return mListContext.mAccountId; in getAccountId()
274 return mListContext.getMailboxId(); in getMailboxId()
286 return mListContext; in getListContext()
1275 if (mListContext.isSearch()) {
1276 final MessageListContext searchInfo = mListContext;
1284 if (mListContext != searchInfo) {
1327 if (UiUtilities.useTwoPane(getActivity()) && mIsFirstLoad && mListContext.isSearch()
/packages/apps/Calendar/src/com/android/calendar/month/
DMonthListView.java52 Context mListContext; field in MonthListView
58 if (mTempTime != null && mListContext != null) {
60 Utils.getTimeZone(mListContext, mTimezoneUpdater);
81 mListContext = c; in init()