Searched refs:getAllChats (Results 1 – 2 of 2) sorted by relevance
84 Collection<Chat> allChats = getAllChats(context); in createChat()118 public static Collection<Chat> getAllChats(Context context) { in getAllChats() method in MockDatabase135 return findChat(getAllChats(context), id); in findChatById()145 Collection<Chat> chats = getAllChats(context); in updateLastMessage()
144 return MockDatabase.getAllChats(mContext); in doInBackground()