Home
last modified time | relevance | path

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

/developers/samples/android/notification/Bubbles/app/src/main/java/com/example/android/bubbles/data/
DChatRepository.kt37 private val notificationHelper: NotificationHelper, constant in com.example.android.bubbles.data.DefaultChatRepository
63 notificationHelper.setUpNotificationChannels()
115 notificationHelper.showNotification(chat, false) in sendMessage()
122 notificationHelper.dismissNotification(id) in activateChat()
134 notificationHelper.showNotification(chat, true) in showAsBubble()
139 return notificationHelper.canBubble() in canBubble()