OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mCurrentConversation
(Results
1 - 2
of
2
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
MailActionBarView.java
104
private Conversation
mCurrentConversation
;
790
mCurrentConversation
= conversation;
795
if (
mCurrentConversation
== null) {
798
final boolean showMarkImportant = !
mCurrentConversation
.isImportant();
[
all
...]
AbstractActivityController.java
146
/** Tag for {@link #
mCurrentConversation
} */
191
protected Conversation
mCurrentConversation
;
193
* The hash of {@link #
mCurrentConversation
} in detached mode. 0 if we are not in detached mode.
[
all
...]
Completed in 60 milliseconds