Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationConversationInfo.java324 if (willShowAsBubble() && willBypassDnd()) { in bindConversationDetails()
326 } else if (willShowAsBubble()) { in bindConversationDetails()
552 private boolean willShowAsBubble() { in willShowAsBubble() method