Home | History | Annotate | Download | only in service

Lines Matching refs:totalDurationMs

995         long totalDurationMs = 0;
999 totalDurationMs += mediaItem.getAppTimelineDuration();
1003 totalDurationMs -= mediaItem.getEndTransition().getAppDuration();
1008 return totalDurationMs;