OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mListContext
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Email/src/com/android/email/activity/
UIControllerTwoPane.java
90
if (getMessageListMailboxId() !=
mListContext
.getMailboxId()) {
175
if (((
mListContext
!= null) &&
mListContext
.isSearch())
339
} else if (
mListContext
.isSearch()) {
357
Log.d(Logging.LOG_TAG, this + " updateMailboxList " +
mListContext
);
360
long accountId =
mListContext
.mAccountId;
361
long mailboxId =
mListContext
.getMailboxId();
364
boolean enableHighlight = !
mListContext
.isSearch();
391
Log.d(Logging.LOG_TAG, this + " updateMessageList " +
mListContext
);
394
if (
mListContext
.getMailboxId() != getMessageListMailboxId())
[
all
...]
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 */);
UIControllerBase.java
109
protected MessageListContext
mListContext
;
250
outState.putParcelable(KEY_LIST_CONTEXT,
mListContext
);
261
mListContext
= savedInstanceState.getParcelable(KEY_LIST_CONTEXT);
609
if (Objects.equal(listContext,
mListContext
)) {
616
mListContext
= listContext;
679
return
mListContext
.isSearch()
754
if ((
mListContext
!= null) &&
mListContext
.isSearch()) {
[
all
...]
MessagesAdapter.java
374
private final MessageListContext
mListContext
;
381
mListContext
= listContext;
393
mContext,
mListContext
.getSearchedMailbox());
401
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
...]
Completed in 157 milliseconds