Searched refs:getConversationStoreOrThrow (Results 1 – 1 of 1) sorted by relevance
420 ConversationStore cs = getConversationStoreOrThrow(packageName, userId); in addOrUpdateStatus()435 ConversationStore cs = getConversationStoreOrThrow(packageName, userId); in clearStatus()443 ConversationStore cs = getConversationStoreOrThrow(packageName, userId); in clearStatuses()452 ConversationStore cs = getConversationStoreOrThrow(packageName, userId); in getStatuses()470 private @NonNull ConversationStore getConversationStoreOrThrow(String packageName, int userId) { in getConversationStoreOrThrow() method in DataManager