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()
1452 public boolean wasVideoPausedFromSource(int source) { in wasVideoPausedFromSource() method in ImsPhoneConnection1457 return mImsVideoCallProviderWrapper.wasVideoPausedFromSource(source); in wasVideoPausedFromSource()
4594 conn.wasVideoPausedFromSource(VideoPauseTracker.SOURCE_DATA_ENABLED)) { in handleDataEnabledChange()