Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubble.java175 entry.setShowInShadeWhenBubble(false); in markAsAccessedAt()
DBubbleController.java455 entry.setShowInShadeWhenBubble(false);
733 entry.setShowInShadeWhenBubble(!suppressNotification); in updateShowInShadeForSuppressNotification()
DBubbleStackView.java667 bubbleToExpand.entry.setShowInShadeWhenBubble(false); in setExpandedBubble()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarterTest.java157 mBubbleNotificationRow.getEntry().setShowInShadeWhenBubble(true); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java253 public void setShowInShadeWhenBubble(boolean showInShade) { in setShowInShadeWhenBubble() method in NotificationEntry
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleControllerTest.java235 mRow.getEntry().setShowInShadeWhenBubble(false); in testRemoveBubble_withDismissedNotif()