Connection creation and service wiring for WiFi call managers (2/3)

Bug: 16469413
Change-Id: Id6d495c20aa57ffc961336d49693c1a7f91d4cb3
diff --git a/src/com/android/telecomm/InCallController.java b/src/com/android/telecomm/InCallController.java
index 10ea443..e12372d 100644
--- a/src/com/android/telecomm/InCallController.java
+++ b/src/com/android/telecomm/InCallController.java
@@ -109,7 +109,7 @@
         }
 
         @Override
-        public void onPhoneAccountChanged(Call call) {
+        public void onTargetPhoneAccountChanged(Call call) {
             updateCall(call);
         }
     };
@@ -349,7 +349,7 @@
                 callerDisplayName,
                 call.getCallerDisplayNamePresentation(),
                 call.getGatewayInfo(),
-                call.getPhoneAccount(),
+                call.getTargetPhoneAccount(),
                 call.getVideoCallProvider(),
                 parentCallId,
                 childCallIds,