Searched refs:mConversationIcon (Results 1 – 2 of 2) sorted by relevance
66 private final IconCompat mConversationIcon; field in Conversation94 mConversationIcon = conversationIcon; in Conversation()114 if (mConversationIcon != null) { in toBundle()115 bundle.putBundle(KEY_ICON, mConversationIcon.toBundle()); in toBundle()214 return mConversationIcon; in getConversationIcon()289 private IconCompat mConversationIcon; field in Conversation.Builder311 mConversationIcon = conversation.getConversationIcon(); in Builder()397 mConversationIcon = conversationIcon; in setConversationIcon()447 mConversationIcon, in build()
149 private Icon mConversationIcon; field in ConversationLayout483 mConversationIcon = mShortcutIcon; in updateConversationLayout()497 if (mConversationIcon == null) { in updateConversationLayout()503 mConversationIcon = avatarIcon; in updateConversationLayout()509 if (mConversationIcon == null) { in updateConversationLayout()510 mConversationIcon = mLargeIcon; in updateConversationLayout()512 if (mIsOneToOne || mConversationIcon != null) { in updateConversationLayout()515 mConversationIconView.setImageIcon(mConversationIcon); in updateConversationLayout()1195 return mConversationIcon; in getConversationIcon()