Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubble.java103 @Nullable public boolean isGroupChat; field in Bubble.FlyoutMessage
854 bubbleMessage.isGroupChat = underlyingNotif.extras.getBoolean( in extractFlyoutMessage()
DBubbleFlyoutView.java271 if (senderAvatar != null && flyoutMessage.isGroupChat) { in updateFlyoutMessage()