Searched refs:CATEGORY_SHORTCUT_BASED (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/people/java/com/android/server/people/data/ |
D | EventStore.java | 42 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()
|
D | PackageData.java | 22 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()
|
D | UsageStatsQueryHelper.java | 214 EventStore.CATEGORY_SHORTCUT_BASED, shortcutId); in addEventByShortcutId()
|
D | DataManager.java | 523 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/ |
D | PackageDataTest.java | 84 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()
|
D | UsageStatsQueryHelperTest.java | 406 if (category == EventStore.CATEGORY_SHORTCUT_BASED) { in getOrCreateEventHistory()
|