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