Searched refs:shouldPauseVideoFor (Results 1 – 3 of 3) sorted by relevance
78 public boolean shouldPauseVideoFor(int source) { in shouldPauseVideoFor() method in VideoPauseTracker
467 if (!mVideoPauseTracker.shouldPauseVideoFor(source) && !isPauseSpecialCase) { in maybeFilterPauseResume()520 if (mVideoPauseTracker.shouldPauseVideoFor(source)) { in pauseVideo()
53 when(mVideoPauseTracker.shouldPauseVideoFor(anyInt())).thenReturn(true); in setUp()