Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DConversationStoreTest.java298 ConversationStore conversationStore = new ConversationStore(mFile, in testBackupAndRestore() local
300 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()
/frameworks/base/services/people/java/com/android/server/people/data/
DDataManager.java537 ConversationStore conversationStore = packageData.getConversationStore(); in addOrUpdateConversationInfo() local
539 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() local
857 ConversationInfo conversationInfo = conversationStore.getConversation(shortcutId); in onNotificationChannelModified()
882 conversationStore.addOrUpdate(builder.build()); in onNotificationChannelModified()