Searched refs:mTimestampMs (Results 1 – 4 of 4) sorted by relevance
334 int mTimestampMs; field in CallQualityMetrics.TimestampedQualitySnapshot338 mTimestampMs = timestamp; in TimestampedQualitySnapshot()344 return this.mTimestampMs - o.mTimestampMs; in compareTo()349 return "mTimestampMs=" + mTimestampMs + " mCallQualityLevel=" + mCallQualityLevel; in toString()370 int timeSinceLastSnapshot = snapshot.mTimestampMs - lastTimestamp; in getTotalGoodAndBadQualityTimeMs()376 lastTimestamp = snapshot.mTimestampMs; in getTotalGoodAndBadQualityTimeMs()
73 long mTimestampMs; field in TextTrackCueSpan77 mTimestampMs = timestamp; in TextTrackCueSpan()80 mEnabled = (mTimestampMs < 0); in TextTrackCueSpan()89 return mTimestampMs == span.mTimestampMs && in equals()502 if (span.mTimestampMs != lastTimestamp) { in appendLinesToBuilder()505 span.mTimestampMs)) in appendLinesToBuilder()507 lastTimestamp = span.mTimestampMs; in appendLinesToBuilder()559 span.mEnabled = timeMs >= span.mTimestampMs; in onTime()1057 if (span.mTimestampMs > cue.mStartTimeMs && in onCueParsed()1058 span.mTimestampMs < cue.mEndTimeMs && in onCueParsed()[all …]
356 @CurrentTimeMillisLong long mTimestampMs; field in NativeTombstoneManager.TombstoneFile395 if (Math.abs(exitInfo.getTimestamp() - mTimestampMs) > 10000) { in matches()518 result.mTimestampMs = timestampMs; in parse()550 info.setTimestamp(mTimestampMs); in toAppExitInfo()
30668 Landroid/media/TextTrackCueSpan;->mTimestampMs:J