Home
last modified time | relevance | path

Searched refs:FLAG_AUTO_EXPAND_BUBBLE (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleControllerTest.java440 Notification.BubbleMetadata.FLAG_AUTO_EXPAND_BUBBLE, false /* enableFlag */); in testAutoExpand_FailsNotForeground()
458 Notification.BubbleMetadata.FLAG_AUTO_EXPAND_BUBBLE, true /* enableFlag */); in testAutoExpand_SucceedsForeground()
/frameworks/base/core/java/android/app/
DNotification.java8564 public static final int FLAG_AUTO_EXPAND_BUBBLE = 0x00000001; field in Notification.Builder.BubbleMetadata
8653 return (mFlags & FLAG_AUTO_EXPAND_BUBBLE) != 0; in getAutoExpandBubble()
8838 setFlag(FLAG_AUTO_EXPAND_BUBBLE, shouldExpand); in setAutoExpandBubble()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java4960 flags &= ~Notification.BubbleMetadata.FLAG_AUTO_EXPAND_BUBBLE;