Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DDataManager.java377 final ConversationStore cs = packageData.getConversationStore(); in pruneExpiredConversationStatuses()
420 ConversationStore cs = getConversationStoreOrThrow(packageName, userId); in addOrUpdateStatus()
435 ConversationStore cs = getConversationStoreOrThrow(packageName, userId); in clearStatus()
443 ConversationStore cs = getConversationStoreOrThrow(packageName, userId); in clearStatuses()
452 ConversationStore cs = getConversationStoreOrThrow(packageName, userId); in getStatuses()
475 ConversationStore cs = packageData.getConversationStore(); in getConversationStoreOrThrow()
485 private @NonNull ConversationInfo getConversationInfoOrThrow(ConversationStore cs, in getConversationInfoOrThrow()
897 ConversationStore conversationStore = packageData.getConversationStore(); in addOrUpdateConversationInfo()
1010 private ConversationStore mConversationStore = null;
1348 void updateConversationStoreThenNotifyListeners(ConversationStore cs, in updateConversationStoreThenNotifyListeners()
[all …]
H A DPackageData.java49 private final ConversationStore mConversationStore;
71 mConversationStore = new ConversationStore(mPackageDataDir, scheduledExecutorService); in PackageData()
204 ConversationStore getConversationStore() { in getConversationStore()
H A DConversationStore.java49 class ConversationStore { class
51 private static final String TAG = ConversationStore.class.getSimpleName();
82 ConversationStore(@NonNull File packageDir, in ConversationStore() method in ConversationStore
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DConversationStoreTest.java65 private ConversationStore mConversationStore;
298 ConversationStore conversationStore = new ConversationStore(mFile, in testBackupAndRestore()
313 mConversationStore = new ConversationStore(mFile, mMockScheduledExecutorService); in resetConversationStore()
H A DUsageStatsQueryHelperTest.java331 private static class TestConversationStore extends ConversationStore {
364 ConversationStore getConversationStore() { in getConversationStore()
H A DDataManagerTest.java1261 ConversationStore conversationStore = mDataManager in testUncacheOldestCachedShortcut_legacyConversation()
/aosp14/frameworks/base/services/
H A Dart-profile5439 HPLcom/android/server/people/data/ConversationStore;->scheduleUpdateConversationsOnDisk()V
5440 HPLcom/android/server/people/data/ConversationStore;->updateConversationsInMemory(Lcom/android/serv…