Home
last modified time | relevance | path

Searched refs:SHARE_EVENT_TYPES (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DEvent.java85 public static final Set<Integer> SHARE_EVENT_TYPES = new ArraySet<>(); field in Event
94 SHARE_EVENT_TYPES.add(TYPE_SHARE_TEXT);
95 SHARE_EVENT_TYPES.add(TYPE_SHARE_IMAGE);
96 SHARE_EVENT_TYPES.add(TYPE_SHARE_VIDEO);
97 SHARE_EVENT_TYPES.add(TYPE_SHARE_OTHER);
109 ALL_EVENT_TYPES.addAll(SHARE_EVENT_TYPES);
/aosp14/frameworks/base/services/people/java/com/android/server/people/prediction/
H A DSharesheetModelScorer.java88 Event.SHARE_EVENT_TYPES).getActiveTimeSlots(); in computeScore()
110 Event.SHARE_EVENT_TYPES).getMostRecentActiveTimeSlot(); in computeScore()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DDataManagerTest.java383 Event.SHARE_EVENT_TYPES); in testReportAppTargetEvent_directSharing()
404 Event.SHARE_EVENT_TYPES); in testReportAppTargetEvent_directSharing_createConversation()
1682 .getEventIndex(Event.SHARE_EVENT_TYPES) in getActiveSlotsForAppShares()