Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationItemViewModel.java255 String lastParticipant = ""; in getContentDescription() local
259 lastParticipant = conversation.conversationInfo.participantInfos.get(last).name; in getContentDescription()
262 participant = TextUtils.isEmpty(lastParticipant) ? in getContentDescription()
263 SendersView.getMe(showToHeader /* useObjectMe */) : lastParticipant; in getContentDescription()
279 participant = lastParticipant; in getContentDescription()