Searched refs:EventHistory (Results 1 – 11 of 11) sorted by relevance
26 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()
143 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()
25 public interface EventHistory { interface
123 synchronized EventHistory getEventHistory(@EventCategory int category, String key) { in getEventHistory()
47 class EventHistoryImpl implements EventHistory {
22 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()
39 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()
89 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()
46 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;
37 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;
43946 Lcom/android/server/people/data/EventHistory;