Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java8560 private static final int FLAG_AUTO_EXPAND_BUBBLE = 0x00000001; field in Notification.Builder.BubbleMetadata
8644 return (mFlags & FLAG_AUTO_EXPAND_BUBBLE) != 0; in getAutoExpandBubble()
8817 setFlag(FLAG_AUTO_EXPAND_BUBBLE, shouldExpand); in setAutoExpandBubble()