Searched refs:getMessagesCursor (Results 1 – 2 of 2) sorted by relevance
85 public static Cursor getMessagesCursor(@NonNull String conversationId, int limit, long offset) { in getMessagesCursor() method in CursorUtils
55 CursorUtils.getMessagesCursor(conversationId, MESSAGE_LIMIT, /* offset= */ 0); in fetchConversation()