Searched defs:findContact (Results 1 – 4 of 4) sorted by relevance
27 fun findContact(id: Long): LiveData<Contact?> in <lambda>() method74 override fun findContact(id: Long): LiveData<Contact?> { in findContact() method in com.example.android.bubbles.data.DefaultChatRepository
38 override fun findContact(id: Long): LiveData<Contact?> { in <lambda>() method in com.example.android.bubbles.data.TestChatRepository
213 private void findContact() { in findContact() method in OtherMetadataFragment