Searched defs:chats (Results 1 – 7 of 7) sorted by relevance
97 private static void persistsChats(Context context, Collection<Chat> chats) { in persistsChats()102 private static Chat findChat(Collection<Chat> chats, String chatId) { in findChat()145 Collection<Chat> chats = getAllChats(context); in updateLastMessage() local
58 private val chats = Contact.CONTACTS.map { contact -> in contact() constant
26 class TestChatRepository(private val chats: Map<Long, Chat>) : ChatRepository { in <lambda>() constant in com.example.android.bubbles.data.TestChatRepository
128 public static void writeChatsToJsonPref(Context context, List<Chat> chats) { in writeChatsToJsonPref()
228 public void setChats(final Collection<Chat> chats) { in setChats()
148 protected void onPostExecute(Collection<Chat> chats) { in onPostExecute()
265 protected void onPostExecute(Collection<Message> chats) { in onPostExecute()