Home
last modified time | relevance | path

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

/frameworks/base/services/people/java/com/android/server/people/data/
DUsageStatsQueryHelper.java99 if (packageData.getConversationStore().getConversationByLocusId(locusId) in querySince()
209 packageData.getConversationStore().getConversation(shortcutId); in addEventByShortcutId()
221 packageData.getConversationStore().getConversationByLocusId(locusId); in addEventByLocusId()
DUserData.java149 packageData.getConversationStore().getBackupPayload(); in getBackupPayload()
176 getOrCreatePackageData(packageName).getConversationStore().restore( in restore()
DDataManager.java377 final ConversationStore cs = packageData.getConversationStore(); in pruneExpiredConversationStatuses()
475 ConversationStore cs = packageData.getConversationStore(); in getConversationStoreOrThrow()
519 if (packageData.getConversationStore().getConversation(shortcutId) == null) { in reportShareTargetEvent()
809 packageData.getConversationStore().getConversation(shortcutId); in getPackageIfConversationExists()
897 ConversationStore conversationStore = packageData.getConversationStore(); in addOrUpdateConversationInfo()
987 packageData.getConversationStore().getConversationByContactUri(contactUri); in onChange()
990 packageData.getConversationStore(); in onChange()
1043 ConversationStore conversationStore = defaultDialer.getConversationStore(); in accept()
1089 ConversationStore conversationStore = defaultSmsApp.getConversationStore(); in accept()
1207 packageData.getConversationStore().addOrUpdate(updated.build()); in onNotificationPosted()
[all …]
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.java407 .getConversationStore() in testReportAppTargetEvent_directSharing_createConversation()
732 .getConversationStore() in testGetConversation_unsyncedShortcut()
744 .getConversationStore() in testGetConversation_unsyncedShortcut()
879 .getConversationStore() in testNotificationChannelCreated()
904 .getConversationStore() in testNotificationChannelModified()
926 .getConversationStore() in testNotificationChannelDeleted()
933 .getConversationStore() in testNotificationChannelDeleted()
1046 packageData.getConversationStore().getConversation(TEST_SHORTCUT_ID); in testConversationLastEventTimestampUpdate()
1052 packageData.getConversationStore().getConversation(TEST_SHORTCUT_ID); in testConversationLastEventTimestampUpdate()
1264 .getConversationStore(); in testUncacheOldestCachedShortcut_legacyConversation()
[all …]
DUsageStatsQueryHelperTest.java364 ConversationStore getConversationStore() { in getConversationStore() method in UsageStatsQueryHelperTest.TestPackageData