Searched refs:CATEGORY_LOCUS_ID_BASED (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/people/java/com/android/server/people/data/ |
D | EventStore.java | 45 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()
|
D | PackageData.java | 21 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()
|
D | UsageStatsQueryHelper.java | 214 EventStore.CATEGORY_LOCUS_ID_BASED, locusId.getId()); in addEventByLocusId()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/ |
D | PackageDataTest.java | 86 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()
|
D | UsageStatsQueryHelperTest.java | 399 } else if (category == EventStore.CATEGORY_LOCUS_ID_BASED) { in getOrCreateEventHistory()
|