From b1a95a77522b2a1c98b378a2e538d819918b7f2c Mon Sep 17 00:00:00 2001 From: Tyler Gunn Date: Wed, 23 Jul 2014 14:08:19 -0700 Subject: TestCallVideoProvider enhancements, telecomm Call fix. 1. Displaying actual camera preview on preview surface for Test Call Video Provider. 2. In telecomm Call, setting the video state during connection creation so that the incoming call video state is properly populated. Bug: 16043064 Change-Id: I77d0d673ad79376202f09310f9202bd9a7363e03 --- src/com/android/telecomm/Call.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/com') diff --git a/src/com/android/telecomm/Call.java b/src/com/android/telecomm/Call.java index 27ed0d7f..c5c04872 100644 --- a/src/com/android/telecomm/Call.java +++ b/src/com/android/telecomm/Call.java @@ -578,6 +578,7 @@ final class Call implements CreateConnectionResponse { setCallerDisplayName( connection.getCallerDisplayName(), connection.getCallerDisplayNamePresentation()); setCallVideoProvider(connection.getCallVideoProvider()); + setVideoState(connection.getVideoState()); if (mIsIncoming) { // We do not handle incoming calls immediately when they are verified by the connection -- cgit v1.2.3