Searched refs:wasVideoPausedFromSource (Results 1 – 4 of 4) sorted by relevance
157 public boolean wasVideoPausedFromSource(int source) { in wasVideoPausedFromSource() method in VideoPauseTracker
568 public boolean wasVideoPausedFromSource(int source) { in wasVideoPausedFromSource() method in ImsVideoCallProviderWrapper569 return mVideoPauseTracker.wasVideoPausedFromSource(source); in wasVideoPausedFromSource()
1541 public boolean wasVideoPausedFromSource(int source) { in wasVideoPausedFromSource() method in ImsPhoneConnection1546 return mImsVideoCallProviderWrapper.wasVideoPausedFromSource(source); in wasVideoPausedFromSource()
4887 conn.wasVideoPausedFromSource(VideoPauseTracker.SOURCE_DATA_ENABLED)) { in handleDataEnabledChange()