Searched refs:mPauseRequests (Results 1 – 1 of 1) sorted by relevance
59 private Set<Integer> mPauseRequests = new ArraySet<Integer>(2); field in VideoPauseTracker81 mPauseRequests.add(source); in shouldPauseVideoFor()86 sourceToString(source), sourcesToString(mPauseRequests))); in shouldPauseVideoFor()92 sourceToString(source), sourcesToString(mPauseRequests))); in shouldPauseVideoFor()114 mPauseRequests.remove(source); in shouldResumeVideoFor()120 sourceToString(source), sourcesToString(mPauseRequests))); in shouldResumeVideoFor()126 sourceToString(source), sourcesToString(mPauseRequests))); in shouldResumeVideoFor()132 sourceToString(source), sourcesToString(mPauseRequests))); in shouldResumeVideoFor()148 return !mPauseRequests.isEmpty(); in isPaused()159 return mPauseRequests.contains(source); in wasVideoPausedFromSource()[all …]