Searched refs:mIsGroupConversation (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java2164 private @Nullable Boolean mIsGroupConversation; field in class:NotificationCompat.MessagingStyle
2307 mIsGroupConversation = isGroupConversation;
2332 && mIsGroupConversation == null) {
2337 return (mIsGroupConversation != null) ? mIsGroupConversation : false;
2398 style.setGroupConversation(mIsGroupConversation);
2523 if (mIsGroupConversation != null) {
2524 extras.putBoolean(EXTRA_IS_GROUP_CONVERSATION, mIsGroupConversation);
2552 mIsGroupConversation = extras.getBoolean(EXTRA_IS_GROUP_CONVERSATION);
/frameworks/base/core/java/android/app/
H A DNotification.java6632 boolean mIsGroupConversation; field in class:Notification.MessagingStyle
6835 mIsGroupConversation = isGroupConversation;
6861 return mIsGroupConversation;
6886 extras.putBoolean(EXTRA_IS_GROUP_CONVERSATION, mIsGroupConversation);
6934 mIsGroupConversation = extras.getBoolean(EXTRA_IS_GROUP_CONVERSATION);

Completed in 51 milliseconds