Searched refs:FLAG_AUTO_EXPAND_BUBBLE (Results 1 – 1 of 1) sorted by relevance
8560 private static final int FLAG_AUTO_EXPAND_BUBBLE = 0x00000001; field in Notification.Builder.BubbleMetadata8644 return (mFlags & FLAG_AUTO_EXPAND_BUBBLE) != 0; in getAutoExpandBubble()8817 setFlag(FLAG_AUTO_EXPAND_BUBBLE, shouldExpand); in setAutoExpandBubble()