Home
last modified time | relevance | path

Searched refs:CATEGORY_SHORTCUT_BASED (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/people/java/com/android/server/people/data/
DEventStore.java42 static final int CATEGORY_SHORTCUT_BASED = 0; field in EventStore
57 CATEGORY_SHORTCUT_BASED,
73 mEventHistoryMaps.add(CATEGORY_SHORTCUT_BASED, new ArrayMap<>()); in EventStore()
80 mEventsCategoryDirs.add(CATEGORY_SHORTCUT_BASED, new File(eventDir, "shortcut")); in EventStore()
DPackageData.java22 import static com.android.server.people.data.EventStore.CATEGORY_SHORTCUT_BASED;
152 CATEGORY_SHORTCUT_BASED, shortcutId); in getEventHistory()
222 mEventStore.deleteEventHistory(CATEGORY_SHORTCUT_BASED, shortcutId); in deleteDataForConversation()
240 mEventStore.pruneOrphanEventHistories(CATEGORY_SHORTCUT_BASED, in pruneOrphanEvents()
DUsageStatsQueryHelper.java214 EventStore.CATEGORY_SHORTCUT_BASED, shortcutId); in addEventByShortcutId()
DDataManager.java523 EventStore.CATEGORY_SHORTCUT_BASED, shortcutId); in reportShareTargetEvent()
1210 EventStore.CATEGORY_SHORTCUT_BASED, shortcutId); in onNotificationPosted()
1251 EventStore.CATEGORY_SHORTCUT_BASED, shortcutId); in onNotificationRemoved()
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DPackageDataTest.java84 eventStore.getOrCreateEventHistory(EventStore.CATEGORY_SHORTCUT_BASED, SHORTCUT_ID) in testGetEventHistory()
101 eventStore.getOrCreateEventHistory(EventStore.CATEGORY_SHORTCUT_BASED, SHORTCUT_ID) in testGetEventHistoryDefaultDialerAndSmsApp()
119 eventStore.getOrCreateEventHistory(EventStore.CATEGORY_SHORTCUT_BASED, SHORTCUT_ID) in testGetEventHistoryNotDefaultDialerOrSmsApp()
137 eventStore.getOrCreateEventHistory(EventStore.CATEGORY_SHORTCUT_BASED, SHORTCUT_ID) in testDeleteConversationData()
160 eventStore.getOrCreateEventHistory(EventStore.CATEGORY_SHORTCUT_BASED, SHORTCUT_ID) in testPruneOrphanEvents()
DUsageStatsQueryHelperTest.java406 if (category == EventStore.CATEGORY_SHORTCUT_BASED) { in getOrCreateEventHistory()