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

/packages/apps/Calendar/src/com/android/calendar/month/
H A DMonthListView.java52 Context mListContext; field in class:MonthListView
58 if (mTempTime != null && mListContext != null) {
60 Utils.getTimeZone(mListContext, mTimezoneUpdater);
81 mListContext = c;
/packages/apps/Email/src/com/android/email/activity/
H A DMessageOrderManager.java60 private final MessageListContext mListContext; field in class:MessageOrderManager
137 mListContext = listContext;
151 return mListContext;
155 return mListContext.getMailboxId();
357 mContext, mListContext.mAccountId, mListContext.getMailboxId()),
H A DMessagesAdapter.java385 private final MessageListContext mListContext; field in class:MessagesAdapter.SearchCursorLoader
392 mListContext = listContext;
404 mContext, mListContext.getSearchedMailbox());
412 mListContext.mAccountId, mListContext.getSearchParams());
H A DUIControllerBase.java110 protected MessageListContext mListContext; field in class:UIControllerBase
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()) {
999 Preconditions.checkNotNull(mListContext);
1001 if (mOrderManager == null || !mOrderManager.getListContext().equals(mListContext)) {
[all...]
H A DMessageListFragment.java252 private MessageListContext mListContext; field in class:MessageListFragment
255 if (mListContext != null) return;
256 mListContext = getArguments().getParcelable(ARG_LIST_CONTEXT);
266 return mListContext.mAccountId;
274 return mListContext.getMailboxId();
286 return mListContext;
1275 if (mListContext.isSearch()) {
1276 final MessageListContext searchInfo = mListContext;
1284 if (mListContext != searchInfo) {
1327 if (UiUtilities.useTwoPane(getActivity()) && mIsFirstLoad && mListContext
[all...]

Completed in 208 milliseconds