HomeSort by relevance Sort by last modified time
    Searched refs:mListContext (Results 1 - 7 of 7) sorted by null

  /packages/apps/Email/src/com/android/email/activity/
UIControllerTwoPane.java 94 if (getMessageListMailboxId() != mListContext.getMailboxId()) {
209 if (((mListContext != null) && mListContext.isSearch())
327 && (mListContext.getMailboxId() > 0);
376 } else if (mListContext.isSearch() && UiUtilities.showTwoPaneSearchResults(mActivity)) {
394 Log.d(Logging.LOG_TAG, this + " updateMailboxList " + mListContext);
397 long accountId = mListContext.mAccountId;
398 long mailboxId = mListContext.getMailboxId();
401 boolean enableHighlight = !mListContext.isSearch();
428 Log.d(Logging.LOG_TAG, this + " updateMessageList " + mListContext);
    [all...]
MessageOrderManager.java 60 private final MessageListContext mListContext;
137 mListContext = listContext;
151 return mListContext;
155 return mListContext.getMailboxId();
357 mContext, mListContext.mAccountId, mListContext.getMailboxId()),
UIControllerOnePane.java 93 open(mListContext, messageId);
295 if (mListContext != null) {
296 return mListContext.mAccountId;
305 if (mListContext != null) {
306 return mListContext.getMailboxId();
345 openMailbox(mListContext.mAccountId, mListContext.getMailboxId());
353 switchAccount(mListContext.mAccountId, true /* force show inbox */);
612 return isMailboxListInstalled() || (mListContext.getMailboxId() > 0);
UIControllerBase.java 110 protected MessageListContext mListContext;
254 outState.putParcelable(KEY_LIST_CONTEXT, mListContext);
265 mListContext = savedInstanceState.getParcelable(KEY_LIST_CONTEXT);
615 if (Objects.equal(listContext, mListContext)) {
622 mListContext = listContext;
685 return mListContext.isSearch()
760 if ((mListContext != null) && mListContext.isSearch()) {
    [all...]
MessagesAdapter.java 385 private final MessageListContext mListContext;
392 mListContext = listContext;
404 mContext, mListContext.getSearchedMailbox());
412 mListContext.mAccountId, mListContext.getSearchParams());
MessageListFragment.java 252 private MessageListContext mListContext;
255 if (mListContext != null) return;
256 mListContext = getArguments().getParcelable(ARG_LIST_CONTEXT);
266 return mListContext.mAccountId;
274 return mListContext.getMailboxId();
286 return mListContext;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthListView.java 52 Context mListContext;
58 if (mTempTime != null && mListContext != null) {
60 Utils.getTimeZone(mListContext, mTimezoneUpdater);
81 mListContext = c;

Completed in 52 milliseconds