commit | 00af1c86264d80dbdeff8d28f250b6eda7f00ebb | [log] [tgz] |
---|---|---|
author | Tyler Gunn <tgunn@google.com> | Fri Mar 17 11:28:26 2017 -0700 |
committer | Tyler Gunn <tgunn@google.com> | Fri Mar 24 16:04:25 2017 -0700 |
tree | fb72a4415c53ea8e259f3c16b11c809aa8310d4a | |
parent | 3e9c7d2039e765e95c223e77f8d3db9c987586c6 [diff] |
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) {