Home
last modified time | relevance | path

Searched refs:EventHistory (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/people/java/com/android/server/people/data/
DAggregateEventHistoryImpl.java26 class AggregateEventHistoryImpl implements EventHistory {
28 private final List<EventHistory> mEventHistoryList = new ArrayList<>();
33 for (EventHistory eventHistory : mEventHistoryList) { in getEventIndex()
46 for (EventHistory eventHistory : mEventHistoryList) { in getEventIndex()
61 for (EventHistory eventHistory : mEventHistoryList) { in queryEvents()
72 void addEventHistory(EventHistory eventHistory) { in addEventHistory()
DPackageData.java143 public EventHistory getEventHistory(@NonNull String shortcutId) { in getEventHistory()
151 EventHistory shortcutEventHistory = getEventStore().getEventHistory( in getEventHistory()
159 EventHistory locusEventHistory = getEventStore().getEventHistory( in getEventHistory()
171 EventHistory callEventHistory = getEventStore().getEventHistory( in getEventHistory()
178 EventHistory smsEventHistory = getEventStore().getEventHistory( in getEventHistory()
189 public EventHistory getClassLevelEventHistory(String className) { in getClassLevelEventHistory()
190 EventHistory eventHistory = getEventStore().getEventHistory( in getClassLevelEventHistory()
DEventHistory.java25 public interface EventHistory { interface
DEventStore.java123 synchronized EventHistory getEventHistory(@EventCategory int category, String key) { in getEventHistory()
DEventHistoryImpl.java47 class EventHistoryImpl implements EventHistory {
/frameworks/base/services/people/java/com/android/server/people/prediction/
DConversationData.java22 import com.android.server.people.data.EventHistory;
30 private final EventHistory mEventHistory;
33 @NonNull ConversationInfo conversationInfo, @NonNull EventHistory eventHistory) { in ConversationData()
52 EventHistory getEventHistory() { in getEventHistory()
DShareTargetPredictor.java39 import com.android.server.people.data.EventHistory;
150 EventHistory eventHistory = null; in getDirectShareTargets()
187 private final EventHistory mEventHistory;
194 @Nullable EventHistory eventHistory, in ShareTarget()
210 EventHistory getEventHistory() { in getEventHistory()
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DPackageDataTest.java89 EventHistory eventHistory = mPackageData.getEventHistory(SHORTCUT_ID); in testGetEventHistory()
108 EventHistory eventHistory = mPackageData.getEventHistory(SHORTCUT_ID); in testGetEventHistoryDefaultDialerAndSmsApp()
126 EventHistory eventHistory = mPackageData.getEventHistory(SHORTCUT_ID); in testGetEventHistoryNotDefaultDialerOrSmsApp()
144 EventHistory eventHistory = mPackageData.getEventHistory(SHORTCUT_ID); in testDeleteConversationData()
167 EventHistory eventHistory = mPackageData.getEventHistory(SHORTCUT_ID); in testPruneOrphanEvents()
/frameworks/base/services/tests/servicestests/src/com/android/server/people/prediction/
DShareTargetPredictorTest.java46 import com.android.server.people.data.EventHistory;
80 @Mock private EventHistory mEventHistory1;
81 @Mock private EventHistory mEventHistory2;
82 @Mock private EventHistory mEventHistory3;
83 @Mock private EventHistory mEventHistory4;
84 @Mock private EventHistory mEventHistory5;
85 @Mock private EventHistory mEventHistory6;
DSharesheetModelScorerTest.java37 import com.android.server.people.data.EventHistory;
87 private EventHistory mEventHistory1;
89 private EventHistory mEventHistory2;
91 private EventHistory mEventHistory3;
93 private EventHistory mEventHistory4;
95 private EventHistory mEventHistory5;
/frameworks/base/services/
Dart-profile43946 Lcom/android/server/people/data/EventHistory;