Searched refs:conversationStore (Results 1 – 3 of 3) 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()
1261 ConversationStore conversationStore = mDataManager in testUncacheOldestCachedShortcut_legacyConversation() local1269 conversationStore, in testUncacheOldestCachedShortcut_legacyConversation()
897 ConversationStore conversationStore = packageData.getConversationStore(); in addOrUpdateConversationInfo() local899 conversationStore.getConversation(shortcutInfo.getId()); in addOrUpdateConversationInfo()928 updateConversationStoreThenNotifyListeners(conversationStore, builder.build(), in addOrUpdateConversationInfo()1043 ConversationStore conversationStore = defaultDialer.getConversationStore(); in accept()1044 if (conversationStore.getConversationByPhoneNumber(phoneNumber) == null) { in accept()1089 ConversationStore conversationStore = defaultSmsApp.getConversationStore(); in accept()1090 if (conversationStore.getConversationByPhoneNumber(phoneNumber) == null) { in accept()1266 ConversationStore conversationStore = packageData.getConversationStore(); in onNotificationChannelModified() local1267 ConversationInfo conversationInfo = conversationStore.getConversation(shortcutId); in onNotificationChannelModified()1292 updateConversationStoreThenNotifyListeners(conversationStore, builder.build(), pkg, in onNotificationChannelModified()