OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:markUnread
(Results
1 - 3
of
3
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
SecureConversationViewFragment.java
194
protected void
markUnread
() {
195
super.
markUnread
();
200
LogUtils.w(LOG_TAG, "ignoring
markUnread
for conv=%s",
AbstractConversationViewFragment.java
156
protected void
markUnread
() {
324
markUnread
();
521
// is set in #
markUnread
() which suppresses automatic mark-read.
ConversationViewFragment.java
460
protected void
markUnread
() {
461
super.
markUnread
();
465
LogUtils.w(LOG_TAG, "ignoring
markUnread
for conv=%s", mConversation.id);
470
LogUtils.i(LOG_TAG, "ignoring
markUnread
for conv with no view state (%d)",
[
all
...]
Completed in 109 milliseconds