OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurrentConversation
(Results
1 - 3
of
3
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
TwoPaneController.java
73
* This flag applies to {@link AbstractActivityController#
mCurrentConversation
} and indicates
421
if (
mCurrentConversation
!= null) {
423
Utils.setMenuItemPresent(menu, R.id.read, !
mCurrentConversation
.read);
425
mCurrentConversation
.read);
551
&&
mCurrentConversation
!= null;
557
if (!peek && conversation != null && conversation.equals(
mCurrentConversation
)
560
mCurrentConversation
);
611
markConversationSeen(
mCurrentConversation
);
639
//
mCurrentConversation
, so before super.setCurrentConversation().
640
final long oldId =
mCurrentConversation
!= null ? mCurrentConversation.id : -1
[
all
...]
ActionBarController.java
73
private Conversation
mCurrentConversation
;
385
mCurrentConversation
= conversation;
390
if (
mCurrentConversation
== null) {
393
final boolean showMarkImportant = !
mCurrentConversation
.isImportant();
433
&& !
mCurrentConversation
.spam);
437
&&
mCurrentConversation
.spam);
441
&& !
mCurrentConversation
.phishing);
445
&& !
mCurrentConversation
.muted);
AbstractActivityController.java
144
/** Tag for {@link #
mCurrentConversation
} */
196
protected Conversation
mCurrentConversation
;
199
* The hash of {@link #
mCurrentConversation
} in detached mode. 0 if we are not in detached mode.
545
sb.append("
mCurrentConversation
=");
546
sb.append(
mCurrentConversation
);
[
all
...]
Completed in 53 milliseconds