Searched refs:DEFAULT_ALLOW_BUBBLE (Results 1 – 3 of 3) sorted by relevance
20 import static android.app.NotificationChannel.DEFAULT_ALLOW_BUBBLE;184 DEFAULT_ALLOW_BUBBLE /* channel */); in testAppYesChannelDefault()242 DEFAULT_ALLOW_BUBBLE /* channel */); in testAppNoChannelDefault()257 DEFAULT_ALLOW_BUBBLE /* channel */); in testAppSelectedChannelDefault()322 DEFAULT_ALLOW_BUBBLE /* channel */); in testFlagBubble_false_previouslyRemoved()340 DEFAULT_ALLOW_BUBBLE /* channel */); in testFlagBubble_true_shortcutBubble()356 DEFAULT_ALLOW_BUBBLE /* channel */); in testFlagBubble_true_intentBubble()372 DEFAULT_ALLOW_BUBBLE /* channel */); in testFlagBubble_false_noIntentInvalidShortcut()389 DEFAULT_ALLOW_BUBBLE /* channel */); in testFlagBubble_false_invalidIntentNoShortcut()406 DEFAULT_ALLOW_BUBBLE /* channel */); in testFlagBubble_false_noIntentNoShortcut()[all …]
213 public static final int DEFAULT_ALLOW_BUBBLE = -1; field in NotificationChannel255 private int mAllowBubbles = DEFAULT_ALLOW_BUBBLE;987 setAllowBubbles(safeInt(parser, ATT_ALLOW_BUBBLE, DEFAULT_ALLOW_BUBBLE)); in populateFromXml()1111 if (getAllowBubbles() != DEFAULT_ALLOW_BUBBLE) { in writeXml()
938 : NotificationChannel.DEFAULT_ALLOW_BUBBLE); in createNotificationChannel()