Searched refs:nonFatalErrorCount (Results 1 – 2 of 2) sorted by relevance
270 int nonFatalErrorCount = 0; in merge() local331 nonFatalErrorCount += stats.nonFatalErrorCount; in merge()371 nonFatalErrorCount, in merge()522 public final int nonFatalErrorCount; field in PlaybackStats575 int nonFatalErrorCount, in PlaybackStats()615 this.nonFatalErrorCount = nonFatalErrorCount; in PlaybackStats()1080 return foregroundPlaybackCount == 0 ? 0f : (float) nonFatalErrorCount / foregroundPlaybackCount; in getMeanNonFatalErrorCount()1089 return playTimeMs == 0 ? 0f : 1000f * nonFatalErrorCount / playTimeMs; in getNonFatalErrorRate()
485 private int nonFatalErrorCount; field in PlaybackStatsListener.PlaybackStatsTracker771 nonFatalErrorCount++; in onNonFatalError()848 nonFatalErrorCount, in build()