Searched refs:mPauseRequests (Results 1 – 1 of 1) sorted by relevance
57 private Set<Integer> mPauseRequests = new ArraySet<Integer>(2); field in VideoPauseTracker79 mPauseRequests.add(source); in shouldPauseVideoFor()83 sourceToString(source), sourcesToString(mPauseRequests)); in shouldPauseVideoFor()88 sourceToString(source), sourcesToString(mPauseRequests)); in shouldPauseVideoFor()110 mPauseRequests.remove(source); in shouldResumeVideoFor()115 sourceToString(source), sourcesToString(mPauseRequests)); in shouldResumeVideoFor()120 sourceToString(source), sourcesToString(mPauseRequests)); in shouldResumeVideoFor()125 sourceToString(source), sourcesToString(mPauseRequests)); in shouldResumeVideoFor()141 return !mPauseRequests.isEmpty(); in isPaused()152 return mPauseRequests.contains(source); in wasVideoPausedFromSource()[all …]