Home
last modified time | relevance | path

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

/developers/samples/android/notification/Bubbles/app/src/main/java/com/example/android/bubbles/data/
DChatRepository.kt33 fun canBubble(): Boolean in <lambda>() method
138 override fun canBubble(): Boolean { in canBubble() method in com.example.android.bubbles.data.DefaultChatRepository
139 return notificationHelper.canBubble() in canBubble()
DNotificationHelper.kt169 fun canBubble(): Boolean { in <lambda>() method
171 return notificationManager.areBubblesAllowed() && channel.canBubble() in <lambda>()
/developers/samples/android/notification/Bubbles/app/src/test/java/com/example/android/bubbles/data/
DTestChatRepository.kt85 override fun canBubble(): Boolean { in <lambda>() method in com.example.android.bubbles.data.TestChatRepository
/developers/samples/android/notification/Bubbles/app/src/main/java/com/example/android/bubbles/ui/chat/
DChatViewModel.kt75 value = repository.canBubble() in <lambda>()