Searched refs:EventTimeAndException (Results 1 – 2 of 2) sorted by relevance
121 public static final class EventTimeAndException { class in PlaybackStats133 public EventTimeAndException(EventTime eventTime, Exception exception) { in EventTimeAndException() method in PlaybackStats.EventTimeAndException146 EventTimeAndException that = (EventTimeAndException) o; in equals()527 public final List<EventTimeAndException> fatalErrorHistory;533 public final List<EventTimeAndException> nonFatalErrorHistory;576 List<EventTimeAndException> fatalErrorHistory, in PlaybackStats()577 List<EventTimeAndException> nonFatalErrorHistory) { in PlaybackStats()
26 import com.google.android.exoplayer2.analytics.PlaybackStats.EventTimeAndException;458 private final List<EventTimeAndException> fatalErrorHistory;459 private final List<EventTimeAndException> nonFatalErrorHistory;618 fatalErrorHistory.add(new EventTimeAndException(eventTime, error)); in onFatalError()773 nonFatalErrorHistory.add(new EventTimeAndException(eventTime, error)); in onNonFatalError()