Searched defs:findMessages (Results 1 – 2 of 2) sorted by relevance
| /developers/samples/android/notification/Bubbles/app/src/main/java/com/example/android/bubbles/data/ | ||
| D | ChatRepository.kt | 28 fun findMessages(id: Long): LiveData<List<Message>> in <lambda>() method |
| /developers/samples/android/notification/Bubbles/app/src/test/java/com/example/android/bubbles/data/ | ||
| D | TestChatRepository.kt | 44 override fun findMessages(id: Long): LiveData<List<Message>> { in <lambda>() method in com.example.android.bubbles.data.TestChatRepository |