Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DBubbleExtractorTest.java19 import static android.app.NotificationChannel.ALLOW_BUBBLE_ON;
198 ALLOW_BUBBLE_ON /* channel */); in testAppYesChannelYes()
212 ALLOW_BUBBLE_ON /* channel */); in testAppYesChannelYesFeatureNo()
227 ALLOW_BUBBLE_ON /* channel */); in testAppNoChannelYes()
287 ALLOW_BUBBLE_ON /* channel */); in testAppSeletedChannelYes()
302 ALLOW_BUBBLE_ON /* channel */); in testAppSeletedChannelYesFeatureNo()
/frameworks/base/core/java/android/app/
DNotificationChannel.java217 public static final int ALLOW_BUBBLE_ON = 1; field in NotificationChannel
624 mAllowBubbles = allowBubbles ? ALLOW_BUBBLE_ON : ALLOW_BUBBLE_OFF; in setAllowBubbles()
797 return mAllowBubbles == ALLOW_BUBBLE_ON; in canBubble()