Searched refs:FLAG_AUTO_EXPAND_BUBBLE (Results 1 – 3 of 3) sorted by relevance
440 Notification.BubbleMetadata.FLAG_AUTO_EXPAND_BUBBLE, false /* enableFlag */); in testAutoExpand_FailsNotForeground()458 Notification.BubbleMetadata.FLAG_AUTO_EXPAND_BUBBLE, true /* enableFlag */); in testAutoExpand_SucceedsForeground()
8564 public static final int FLAG_AUTO_EXPAND_BUBBLE = 0x00000001; field in Notification.Builder.BubbleMetadata8653 return (mFlags & FLAG_AUTO_EXPAND_BUBBLE) != 0; in getAutoExpandBubble()8838 setFlag(FLAG_AUTO_EXPAND_BUBBLE, shouldExpand); in setAutoExpandBubble()
4960 flags &= ~Notification.BubbleMetadata.FLAG_AUTO_EXPAND_BUBBLE;