Home
last modified time | relevance | path

Searched refs:wasVideoPausedFromSource (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DVideoPauseTracker.java150 public boolean wasVideoPausedFromSource(int source) { in wasVideoPausedFromSource() method in VideoPauseTracker
DImsVideoCallProviderWrapper.java556 public boolean wasVideoPausedFromSource(int source) { in wasVideoPausedFromSource() method in ImsVideoCallProviderWrapper
557 return mVideoPauseTracker.wasVideoPausedFromSource(source); in wasVideoPausedFromSource()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java1352 public boolean wasVideoPausedFromSource(int source) { in wasVideoPausedFromSource() method in ImsPhoneConnection
1357 return mImsVideoCallProviderWrapper.wasVideoPausedFromSource(source); in wasVideoPausedFromSource()
DImsPhoneCallTracker.java3991 conn.wasVideoPausedFromSource(VideoPauseTracker.SOURCE_DATA_ENABLED)) { in handleDataEnabledChange()