Searched refs:mIsGroupConversation (Results 1 – 2 of 2) sorted by relevance
7924 boolean mIsGroupConversation; field in Notification.Builder.MessagingStyle8187 mIsGroupConversation = isGroupConversation; in setGroupConversation()8213 return mIsGroupConversation; in isGroupConversation()8251 extras.putBoolean(EXTRA_IS_GROUP_CONVERSATION, mIsGroupConversation); in addExtras()8316 mIsGroupConversation = extras.getBoolean(EXTRA_IS_GROUP_CONVERSATION); in restoreFromExtras()
7812 Landroid/app/Notification$MessagingStyle;->mIsGroupConversation:Z