Searched refs:conversationStore (Results 1 – 2 of 2) sorted by relevance
298 ConversationStore conversationStore = new ConversationStore(mFile, in testBackupAndRestore() local300 ConversationInfo out1 = conversationStore.getConversation(SHORTCUT_ID); in testBackupAndRestore()303 conversationStore.restore(backupPayload); in testBackupAndRestore()304 out1 = conversationStore.getConversation(SHORTCUT_ID); in testBackupAndRestore()305 ConversationInfo out2 = conversationStore.getConversation(SHORTCUT_ID_2); in testBackupAndRestore()
537 ConversationStore conversationStore = packageData.getConversationStore(); in addOrUpdateConversationInfo() local539 conversationStore.getConversation(shortcutInfo.getId()); in addOrUpdateConversationInfo()565 conversationStore.addOrUpdate(builder.build()); in addOrUpdateConversationInfo()675 ConversationStore conversationStore = defaultDialer.getConversationStore(); in accept()676 if (conversationStore.getConversationByPhoneNumber(phoneNumber) == null) { in accept()721 ConversationStore conversationStore = defaultSmsApp.getConversationStore(); in accept()722 if (conversationStore.getConversationByPhoneNumber(phoneNumber) == null) { in accept()856 ConversationStore conversationStore = packageData.getConversationStore(); in onNotificationChannelModified() local857 ConversationInfo conversationInfo = conversationStore.getConversation(shortcutId); in onNotificationChannelModified()882 conversationStore.addOrUpdate(builder.build()); in onNotificationChannelModified()