Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleEntry.java42 private boolean mShouldSuppressNotificationDot; field in BubbleEntry
53 mShouldSuppressNotificationDot = shouldSuppressNotificationDot; in BubbleEntry()
125 return mShouldSuppressNotificationDot; in shouldSuppressNotificationDot()
DBubble.java126 private boolean mShouldSuppressNotificationDot; field in Bubble
496 mShouldSuppressNotificationDot = entry.shouldSuppressNotificationDot(); in setEntry()
649 && !mShouldSuppressNotificationDot in showDot()