Home
last modified time | relevance | path

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

/frameworks/base/services/people/java/com/android/server/people/data/
DDataManager.java421 ConversationInfo convToModify = getConversationInfoOrThrow(cs, conversationId); in addOrUpdateStatus()
436 ConversationInfo convToModify = getConversationInfoOrThrow(cs, conversationId); in clearStatus()
444 ConversationInfo convToModify = getConversationInfoOrThrow(cs, conversationId); in clearStatuses()
453 ConversationInfo conversationInfo = getConversationInfoOrThrow(cs, conversationId); in getStatuses()
485 private @NonNull ConversationInfo getConversationInfoOrThrow(ConversationStore cs, in getConversationInfoOrThrow() method in DataManager