Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleEntry.java43 private boolean mShouldSuppressNotificationList; field in BubbleEntry
54 mShouldSuppressNotificationList = shouldSuppressNotificationList; in BubbleEntry()
133 return mShouldSuppressNotificationList; in shouldSuppressNotificationList()
H A DBubble.java148 private boolean mShouldSuppressNotificationList; field in Bubble
614 mShouldSuppressNotificationList = entry.shouldSuppressNotificationList(); in setEntry()
796 && !mShouldSuppressNotificationList; in showFlyout()