Add call creation time property to API.

Test: CTS
Bug: 36124432
Change-Id: Id2e97c254dc17601f044da50105b84d8a0d7f144
diff --git a/src/com/android/server/telecom/ParcelableCallUtils.java b/src/com/android/server/telecom/ParcelableCallUtils.java
index cbe3676..07be216 100644
--- a/src/com/android/server/telecom/ParcelableCallUtils.java
+++ b/src/com/android/server/telecom/ParcelableCallUtils.java
@@ -183,7 +183,8 @@
                 call.getVideoState(),
                 conferenceableCallIds,
                 call.getIntentExtras(),
-                call.getExtras());
+                call.getExtras(),
+                call.getCreationTimeMillis());
     }
 
     private static int getParcelableState(Call call, boolean supportsExternalCalls) {