Home
last modified time | relevance | path

Searched refs:conversationStore (Results 1 – 3 of 3) 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()
DDataManagerTest.java1261 ConversationStore conversationStore = mDataManager in testUncacheOldestCachedShortcut_legacyConversation() local
1269 conversationStore, in testUncacheOldestCachedShortcut_legacyConversation()
/frameworks/base/services/people/java/com/android/server/people/data/
DDataManager.java897 ConversationStore conversationStore = packageData.getConversationStore(); in addOrUpdateConversationInfo() local
899 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() local
1267 ConversationInfo conversationInfo = conversationStore.getConversation(shortcutId); in onNotificationChannelModified()
1292 updateConversationStoreThenNotifyListeners(conversationStore, builder.build(), pkg, in onNotificationChannelModified()