Home
last modified time | relevance | path

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/
DChatRepository.kt28 fun findMessages(id: Long): LiveData<List<Message>> in <lambda>() method
81 override fun findMessages(id: Long): LiveData<List<Message>> { in findMessages() method in com.example.android.bubbles.data.DefaultChatRepository
/developers/samples/android/notification/Bubbles/app/src/test/java/com/example/android/bubbles/data/
DTestChatRepository.kt44 override fun findMessages(id: Long): LiveData<List<Message>> { in <lambda>() method in com.example.android.bubbles.data.TestChatRepository