Home
last modified time | relevance | path

Searched refs:currentParticipant (Results 1 – 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DSendersView.java324 final ParticipantInfo currentParticipant = conversationInfo.participantInfos.get(i); in handlePriority() local
325 final String currentEmail = currentParticipant.email; in handlePriority()
327 final String currentName = currentParticipant.name; in handlePriority()
338 final int priority = currentParticipant.priority; in handlePriority()
339 final CharacterStyle style = CharacterStyle.wrap(currentParticipant.readConversation ? in handlePriority()
349 if (oldPos == DOES_NOT_EXIST || !currentParticipant.readConversation) { in handlePriority()
402 !currentParticipant.readConversation) { in handlePriority()