Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DBubbleExtractorTest.java20 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 …]
/frameworks/base/core/java/android/app/
DNotificationChannel.java213 public static final int DEFAULT_ALLOW_BUBBLE = -1; field in NotificationChannel
255 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()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java938 : NotificationChannel.DEFAULT_ALLOW_BUBBLE); in createNotificationChannel()