Searched refs:canBubble (Results 1 – 4 of 4) sorted by relevance
33 fun canBubble(): Boolean in <lambda>() method138 override fun canBubble(): Boolean { in canBubble() method in com.example.android.bubbles.data.DefaultChatRepository139 return notificationHelper.canBubble() in canBubble()
169 fun canBubble(): Boolean { in <lambda>() method171 return notificationManager.areBubblesAllowed() && channel.canBubble() in <lambda>()
85 override fun canBubble(): Boolean { in <lambda>() method in com.example.android.bubbles.data.TestChatRepository
75 value = repository.canBubble() in <lambda>()