Home
last modified time | relevance | path

Searched refs:pruneOrphanEventHistories (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/people/java/com/android/server/people/data/
DPackageData.java240 mEventStore.pruneOrphanEventHistories(CATEGORY_SHORTCUT_BASED, in pruneOrphanEvents()
242 mEventStore.pruneOrphanEventHistories(CATEGORY_LOCUS_ID_BASED, in pruneOrphanEvents()
245 mEventStore.pruneOrphanEventHistories(CATEGORY_CALL, in pruneOrphanEvents()
249 mEventStore.pruneOrphanEventHistories(CATEGORY_SMS, in pruneOrphanEvents()
DEventStore.java179 synchronized void pruneOrphanEventHistories(@EventCategory int category, in pruneOrphanEventHistories() method in EventStore