OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mConvListContext
(Results
1 - 4
of
4
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationListView.java
91
private ConversationListContext
mConvListContext
;
145
mConvListContext
= convListContext;
192
if (ConversationListContext.isSearchResult(
mConvListContext
)) {
342
mMailPrefs,
mConvListContext
.account, mAccountPreferences);
OnePaneController.java
215
if (ConversationListContext.isSearchResult(
mConvListContext
)) {
316
} else if (mViewMode.isListMode() && !inInbox(mAccount,
mConvListContext
)) {
TwoPaneController.java
87
ConversationListFragment.newInstance(
mConvListContext
);
370
|| (ConversationListContext.isSearchResult(
mConvListContext
) && !Utils.
AbstractActivityController.java
190
protected ConversationListContext
mConvListContext
;
511
return
mConvListContext
;
[
all
...]
Completed in 1171 milliseconds