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.java57 private Set<Integer> mPauseRequests = new ArraySet<Integer>(2); field in VideoPauseTracker
79 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 …]