Searched refs:FrameworkStatsLogEvent (Results 1 – 4 of 4) sorted by relevance
47 private final Map<Integer, List<FrameworkStatsLogEvent>> mLatenciesLogged;111 public List<FrameworkStatsLogEvent> getEventsWrittenToFrameworkStats(@Action int action) { in getEventsWrittenToFrameworkStats()164 public void onLogToFrameworkStats(FrameworkStatsLogEvent event) { in onLogToFrameworkStats()167 List<FrameworkStatsLogEvent> eventList = mLatenciesLogged.getOrDefault(event.action, in onLogToFrameworkStats()
58 List<LatencyTracker.FrameworkStatsLogEvent> events = in testForceEnabled()
201 LatencyTracker.FrameworkStatsLogEvent frameworkStatsLog =
663 new FrameworkStatsLogEvent(action, FrameworkStatsLog.UI_ACTION_LATENCY_REPORTED, in logAction()841 public void onLogToFrameworkStats(FrameworkStatsLogEvent event) { in onLogToFrameworkStats()855 public static class FrameworkStatsLogEvent { class in LatencyTracker866 private FrameworkStatsLogEvent(int action, int logCode, int statsdAction, in FrameworkStatsLogEvent() method in LatencyTracker.FrameworkStatsLogEvent