Home
last modified time | relevance | path

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

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