Home
last modified time | relevance | path

Searched refs:mPauseRequests (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DVideoPauseTracker.java59 private Set<Integer> mPauseRequests = new ArraySet<Integer>(2); field in VideoPauseTracker
81 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 …]