Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubble.java964 return isEnabled(Notification.BubbleMetadata.FLAG_AUTO_EXPAND_BUBBLE); in shouldAutoExpand()
971 enable(Notification.BubbleMetadata.FLAG_AUTO_EXPAND_BUBBLE); in setShouldAutoExpand()
973 disable(Notification.BubbleMetadata.FLAG_AUTO_EXPAND_BUBBLE); in setShouldAutoExpand()
DBubbleController.java1824 flags |= Notification.BubbleMetadata.FLAG_AUTO_EXPAND_BUBBLE; in setIsBubble()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java638 flags |= Notification.BubbleMetadata.FLAG_AUTO_EXPAND_BUBBLE;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java922 Notification.BubbleMetadata.FLAG_AUTO_EXPAND_BUBBLE, false /* enableFlag */); in testAutoExpand_fails_noFlag()
938 Notification.BubbleMetadata.FLAG_AUTO_EXPAND_BUBBLE, true /* enableFlag */); in testAutoExpand_succeeds_withFlag()
1718 Notification.BubbleMetadata.FLAG_AUTO_EXPAND_BUBBLE); in testUpdateBubble_skipsDndSuppressListNotifs()
/frameworks/base/core/java/android/app/
DNotification.java11164 public static final int FLAG_AUTO_EXPAND_BUBBLE = 0x00000001; field in Notification.Builder.BubbleMetadata
11293 return (mFlags & FLAG_AUTO_EXPAND_BUBBLE) != 0; in getAutoExpandBubble()
11641 setFlag(FLAG_AUTO_EXPAND_BUBBLE, shouldExpand); in setAutoExpandBubble()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java10333 flags |= Notification.BubbleMetadata.FLAG_AUTO_EXPAND_BUBBLE;
10712 Notification.BubbleMetadata.FLAG_AUTO_EXPAND_BUBBLE
10743 Notification.BubbleMetadata.FLAG_AUTO_EXPAND_BUBBLE
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java7896 flags &= ~Notification.BubbleMetadata.FLAG_AUTO_EXPAND_BUBBLE;