Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DBubbleExtractorTest.java19 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()
DPreferencesHelperTest.java23 import static android.app.NotificationChannel.ALLOW_BUBBLE_ON;
5445 assertThat(updatedChild.getAllowBubbles()).isEqualTo(ALLOW_BUBBLE_ON); in testUpdateConversationParent_updatesUnlockedFields()
/frameworks/base/core/java/android/app/
DNotificationChannel.java236 public static final int ALLOW_BUBBLE_ON = 1; field in NotificationChannel
751 mAllowBubbles = allowBubbles ? ALLOW_BUBBLE_ON : ALLOW_BUBBLE_OFF; in setAllowBubbles()
946 return mAllowBubbles == ALLOW_BUBBLE_ON; in canBubble()