Searched refs:resumeVideo (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/net/ims/src/java/com/android/ims/internal/
H A DImsVideoCallProviderWrapper.java419 * {@link #pauseVideo(int, int)} and {@link #resumeVideo(int, int)} methods. As a result,
440 // In a future release we should add a new explicity pauseVideo and resumeVideo API
532 public void resumeVideo(int fromVideoState, int source) { method in class:ImsVideoCallProviderWrapper
539 Log.i(this, "resumeVideo: fromVideoState=%s, toVideoState=%s",
546 Log.i(this, "resumeVideo: remaining paused (paused from other sources)");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneConnection.java1268 public void resumeVideo(int source) { method in class:ImsPhoneConnection
1273 mImsVideoCallProviderWrapper.resumeVideo(getVideoState(), source);
H A DImsPhoneCallTracker.java3664 conn.resumeVideo(VideoPauseTracker.SOURCE_DATA_ENABLED);

Completed in 65 milliseconds