Home
last modified time | relevance | path

Searched refs:CATEGORY_LOCUS_ID_BASED (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/people/java/com/android/server/people/data/
DEventStore.java45 static final int CATEGORY_LOCUS_ID_BASED = 1; field in EventStore
58 CATEGORY_LOCUS_ID_BASED,
74 mEventHistoryMaps.add(CATEGORY_LOCUS_ID_BASED, new ArrayMap<>()); in EventStore()
81 mEventsCategoryDirs.add(CATEGORY_LOCUS_ID_BASED, new File(eventDir, "locus")); in EventStore()
DPackageData.java21 import static com.android.server.people.data.EventStore.CATEGORY_LOCUS_ID_BASED;
160 CATEGORY_LOCUS_ID_BASED, locusId.getId()); in getEventHistory()
225 CATEGORY_LOCUS_ID_BASED, conversationInfo.getLocusId().getId()); in deleteDataForConversation()
242 mEventStore.pruneOrphanEventHistories(CATEGORY_LOCUS_ID_BASED, in pruneOrphanEvents()
DUsageStatsQueryHelper.java214 EventStore.CATEGORY_LOCUS_ID_BASED, locusId.getId()); in addEventByLocusId()
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DPackageDataTest.java86 eventStore.getOrCreateEventHistory(EventStore.CATEGORY_LOCUS_ID_BASED, LOCUS_ID.getId()) in testGetEventHistory()
139 eventStore.getOrCreateEventHistory(EventStore.CATEGORY_LOCUS_ID_BASED, LOCUS_ID.getId()) in testDeleteConversationData()
162 eventStore.getOrCreateEventHistory(EventStore.CATEGORY_LOCUS_ID_BASED, LOCUS_ID.getId()) in testPruneOrphanEvents()
DUsageStatsQueryHelperTest.java399 } else if (category == EventStore.CATEGORY_LOCUS_ID_BASED) { in getOrCreateEventHistory()