Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DBubbleExtractor.java19 import static android.app.NotificationChannel.ALLOW_BUBBLE_OFF;
102 record.setAllowBubble(recordChannel.getAllowBubbles() != ALLOW_BUBBLE_OFF); in process()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DBubbleExtractorTest.java18 import static android.app.NotificationChannel.ALLOW_BUBBLE_OFF;
170 ALLOW_BUBBLE_OFF /* channel */); in testAppYesChannelNo()
272 ALLOW_BUBBLE_OFF /* channel */); in testAppSelectedChannelNo()
/aosp14/frameworks/base/core/java/android/app/
H A DNotificationChannel.java233 public static final int ALLOW_BUBBLE_OFF = 0; field in NotificationChannel
638 mAllowBubbles = allowBubbles ? ALLOW_BUBBLE_ON : ALLOW_BUBBLE_OFF; in setAllowBubbles()