Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubble.java428 boolean shouldAutoExpand() { in shouldAutoExpand() method in Bubble
449 pw.print(" autoExpand: "); pw.println(shouldAutoExpand()); in dump()
DBubbleData.java202 if (bubble.shouldAutoExpand()) { in notificationEntryUpdated()