Home
last modified time | relevance | path

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

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