Searched refs:unread (Results 1 – 5 of 5) sorted by relevance
84 final boolean unread = !isRead(cursor, index); in verifyContent()85 verifyContent(view, name, snippet, timestamp, unread); in verifyContent()93 final boolean unread) { in verifyContent() argument106 if (unread) { in verifyContent()
158 protected CharSequence boldifyIfUnread(CharSequence text, final boolean unread) {159 if (!unread) {