summaryrefslogtreecommitdiffstats
path: root/src/com
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2014-07-23 14:08:19 -0700
committerTyler Gunn <tgunn@google.com>2014-07-23 14:08:19 -0700
commitb1a95a77522b2a1c98b378a2e538d819918b7f2c (patch)
treed97cbc86e46db0ac30a99dcc8bd0b648a7bd36a8 /src/com
parent9d53f1392b051929915fcc2ea40ea7469a8f8da4 (diff)
downloadandroid_packages_services_Telecomm-b1a95a77522b2a1c98b378a2e538d819918b7f2c.tar.gz
android_packages_services_Telecomm-b1a95a77522b2a1c98b378a2e538d819918b7f2c.tar.bz2
android_packages_services_Telecomm-b1a95a77522b2a1c98b378a2e538d819918b7f2c.zip
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
Diffstat (limited to 'src/com')
-rw-r--r--src/com/android/telecomm/Call.java1
1 files changed, 1 insertions, 0 deletions
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