Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationConversationInfo.java323 if (willShowAsBubble() && willBypassDnd()) { in bindConversationDetails()
325 } else if (willShowAsBubble()) { in bindConversationDetails()
553 private boolean willShowAsBubble() { in willShowAsBubble() method