Searched refs:ALLOW_BUBBLE_ON (Results 1 – 3 of 3) 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()
23 import static android.app.NotificationChannel.ALLOW_BUBBLE_ON;5445 assertThat(updatedChild.getAllowBubbles()).isEqualTo(ALLOW_BUBBLE_ON); in testUpdateConversationParent_updatesUnlockedFields()
236 public static final int ALLOW_BUBBLE_ON = 1; field in NotificationChannel751 mAllowBubbles = allowBubbles ? ALLOW_BUBBLE_ON : ALLOW_BUBBLE_OFF; in setAllowBubbles()946 return mAllowBubbles == ALLOW_BUBBLE_ON; in canBubble()