Searched refs:wasVideoPausedFromSource (Results 1 – 4 of 4) sorted by relevance
150 public boolean wasVideoPausedFromSource(int source) { in wasVideoPausedFromSource() method in VideoPauseTracker
556 public boolean wasVideoPausedFromSource(int source) { in wasVideoPausedFromSource() method in ImsVideoCallProviderWrapper557 return mVideoPauseTracker.wasVideoPausedFromSource(source); in wasVideoPausedFromSource()
1352 public boolean wasVideoPausedFromSource(int source) { in wasVideoPausedFromSource() method in ImsPhoneConnection1357 return mImsVideoCallProviderWrapper.wasVideoPausedFromSource(source); in wasVideoPausedFromSource()
3991 conn.wasVideoPausedFromSource(VideoPauseTracker.SOURCE_DATA_ENABLED)) { in handleDataEnabledChange()