Searched refs:ALLOW_BUBBLE_ON (Results 1 – 2 of 2) sorted by relevance
19 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()
217 public static final int ALLOW_BUBBLE_ON = 1; field in NotificationChannel624 mAllowBubbles = allowBubbles ? ALLOW_BUBBLE_ON : ALLOW_BUBBLE_OFF; in setAllowBubbles()797 return mAllowBubbles == ALLOW_BUBBLE_ON; in canBubble()