Searched refs:wasVideoPausedFromSource (Results 1 – 4 of 4) sorted by relevance
157 public boolean wasVideoPausedFromSource(int source) { in wasVideoPausedFromSource() method in VideoPauseTracker
567 public boolean wasVideoPausedFromSource(int source) { in wasVideoPausedFromSource() method in ImsVideoCallProviderWrapper568 return mVideoPauseTracker.wasVideoPausedFromSource(source); in wasVideoPausedFromSource()
1455 public boolean wasVideoPausedFromSource(int source) { in wasVideoPausedFromSource() method in ImsPhoneConnection1460 return mImsVideoCallProviderWrapper.wasVideoPausedFromSource(source); in wasVideoPausedFromSource()
4606 conn.wasVideoPausedFromSource(VideoPauseTracker.SOURCE_DATA_ENABLED)) { in handleDataEnabledChange()