Searched defs:showAsBubble (Results 1 – 4 of 4) sorted by relevance
/developers/samples/android/notification/Bubbles/app/src/main/java/com/example/android/bubbles/data/ | ||
D | ChatRepository.kt | 32 fun showAsBubble(id: Long) in <lambda>() method |
/developers/samples/android/notification/Bubbles/app/src/test/java/com/example/android/bubbles/ui/chat/ | ||
D | ChatViewModelTest.kt | 75 fun showAsBubble() { in <lambda>() method in com.example.android.bubbles.ui.chat.ChatViewModelTest |
/developers/samples/android/notification/Bubbles/app/src/main/java/com/example/android/bubbles/ui/chat/ | ||
D | ChatViewModel.kt | 95 fun showAsBubble() { in <lambda>() method |
/developers/samples/android/notification/Bubbles/app/src/test/java/com/example/android/bubbles/data/ | ||
D | TestChatRepository.kt | 81 override fun showAsBubble(id: Long) { in <lambda>() method in com.example.android.bubbles.data.TestChatRepository |