Home
last modified time | relevance | path

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

/frameworks/base/services/people/java/com/android/server/people/data/
DUsageStatsQueryHelper.java92 if (packageData.getConversationStore().getConversationByLocusId(locusId) in querySince()
201 if (packageData.getConversationStore().getConversation(shortcutId) == null) { in addEventByShortcutId()
210 if (packageData.getConversationStore().getConversationByLocusId(locusId) == null) { in addEventByLocusId()
DUserData.java149 packageData.getConversationStore().getBackupPayload(); in getBackupPayload()
176 getOrCreatePackageData(packageName).getConversationStore().restore( in restore()
DDataManager.java235 if (packageData.getConversationStore().getConversation(shortcutId) == null) { in reportShareTargetEvent()
521 packageData.getConversationStore().getConversation(shortcutId); in getPackageIfConversationExists()
537 ConversationStore conversationStore = packageData.getConversationStore(); in addOrUpdateConversationInfo()
623 packageData.getConversationStore().getConversationByContactUri(contactUri); in onChange()
626 packageData.getConversationStore(); in onChange()
675 ConversationStore conversationStore = defaultDialer.getConversationStore(); in accept()
721 ConversationStore conversationStore = defaultSmsApp.getConversationStore(); in accept()
856 ConversationStore conversationStore = packageData.getConversationStore(); in onNotificationChannelModified()
DPackageData.java134 return getConversationStore().getConversation(shortcutId); in getConversationInfo()
204 ConversationStore getConversationStore() { in getConversationStore() method in PackageData
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DPackageDataTest.java72 mPackageData.getConversationStore().addOrUpdate(conversationInfo); in setUp()
178 mPackageData.getConversationStore().addOrUpdate(conversationInfo); in testPruneOrphanEvents()
DDataManagerTest.java332 .getConversationStore() in testReportAppTargetEvent_directSharing_createConversation()
501 .getConversationStore() in testNotificationChannelCreated()
526 .getConversationStore() in testNotificationChannelModified()
548 .getConversationStore() in testNotificationChannelDeleted()
555 .getConversationStore() in testNotificationChannelDeleted()
807 .getConversationStore() in testBackupAndRestoration()
DUsageStatsQueryHelperTest.java355 ConversationStore getConversationStore() { in getConversationStore() method in UsageStatsQueryHelperTest.TestPackageData
/frameworks/base/services/
Dart-profile23233 PLcom/android/server/people/data/PackageData;->getConversationStore()Lcom/android/server/people/dat…