Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/analytics/
DPlaybackStats.java243 int backgroundJoiningCount = 0; in merge() local
284 backgroundJoiningCount += stats.backgroundJoiningCount; in merge()
342 backgroundJoiningCount, in merge()
404 public final int backgroundJoiningCount; field in PlaybackStats
546 int backgroundJoiningCount, in PlaybackStats() argument
586 this.backgroundJoiningCount = backgroundJoiningCount; in PlaybackStats()