Searched refs:ALLOW_BUBBLE_OFF (Results 1 – 3 of 3) sorted by relevance
20 import static android.app.NotificationChannel.ALLOW_BUBBLE_OFF;97 record.setAllowBubble(recordChannel.getAllowBubbles() != ALLOW_BUBBLE_OFF); in process()
18 import static android.app.NotificationChannel.ALLOW_BUBBLE_OFF;170 ALLOW_BUBBLE_OFF /* channel */); in testAppYesChannelNo()272 ALLOW_BUBBLE_OFF /* channel */); in testAppSelectedChannelNo()
221 public static final int ALLOW_BUBBLE_OFF = 0; field in NotificationChannel624 mAllowBubbles = allowBubbles ? ALLOW_BUBBLE_ON : ALLOW_BUBBLE_OFF; in setAllowBubbles()