Searched defs:eventHistory (Results 1 – 9 of 9) sorted by relevance
89 EventHistory eventHistory = mPackageData.getEventHistory(SHORTCUT_ID); in testGetEventHistory() local108 EventHistory eventHistory = mPackageData.getEventHistory(SHORTCUT_ID); in testGetEventHistoryDefaultDialerAndSmsApp() local126 EventHistory eventHistory = mPackageData.getEventHistory(SHORTCUT_ID); in testGetEventHistoryNotDefaultDialerOrSmsApp() local144 EventHistory eventHistory = mPackageData.getEventHistory(SHORTCUT_ID); in testDeleteConversationData() local167 EventHistory eventHistory = mPackageData.getEventHistory(SHORTCUT_ID); in testPruneOrphanEvents() local
150 EventHistoryImpl eventHistory = mEventHistoryMaps.get(category).remove(key); in deleteEventHistory() local190 EventHistoryImpl eventHistory = eventHistoryMap.remove(key); in pruneOrphanEventHistories() local
204 EventHistoryImpl eventHistory = packageData.getEventStore().getOrCreateEventHistory( in addEventByShortcutId() local213 EventHistoryImpl eventHistory = packageData.getEventStore().getOrCreateEventHistory( in addEventByLocusId() local
111 EventHistoryImpl eventHistory = new EventHistoryImpl(injector, keyDir, in eventHistoriesImplFromDisk() local114 results.put(Uri.decode(keyDir.getName()), eventHistory); in eventHistoriesImplFromDisk() local
72 void addEventHistory(EventHistory eventHistory) { in addEventHistory()
190 EventHistory eventHistory = getEventStore().getEventHistory( in getClassLevelEventHistory() local
224 EventHistoryImpl eventHistory; in reportShareTargetEvent() local800 EventHistoryImpl eventHistory = packageData.getEventStore().getOrCreateEventHistory( in onNotificationPosted() local839 EventHistoryImpl eventHistory = packageData.getEventStore().getOrCreateEventHistory( in onNotificationRemoved() local
33 @NonNull ConversationInfo conversationInfo, @NonNull EventHistory eventHistory) { in ConversationData()
150 EventHistory eventHistory = null; in getDirectShareTargets() local194 @Nullable EventHistory eventHistory, in ShareTarget()