Home
last modified time | relevance | path

Searched refs:getConversationStoreOrThrow (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/people/java/com/android/server/people/data/
DDataManager.java420 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