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
205
protected void
markUnread
() {
206
super.
markUnread
();
211
LogUtils.w(LOG_TAG, "ignoring
markUnread
for conv=%s",
AbstractConversationViewFragment.java
161
protected void
markUnread
() {
377
markUnread
();
628
// is set in #
markUnread
() which suppresses automatic mark-read.
ConversationViewFragment.java
535
protected void
markUnread
() {
536
super.
markUnread
();
540
LogUtils.w(LOG_TAG, "ignoring
markUnread
for conv=%s", mConversation.id);
545
LogUtils.i(LOG_TAG, "ignoring
markUnread
for conv with no view state (%d)",
[
all
...]
Completed in 46 milliseconds