From 912174233dfc0525d1e6c5842d36c1f20b274241 Mon Sep 17 00:00:00 2001 From: mike dooley Date: Thu, 9 Mar 2017 12:58:42 -0800 Subject: Adding a comment specifying the timebase for emergency call time Test: none Bug: 35767700 Change-Id: Idac16da57d0a9f21804f9c515974d269c012796a --- telecomm/java/android/telecom/Call.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/telecomm/java/android/telecom/Call.java b/telecomm/java/android/telecom/Call.java index c79090203c0b..92233b1fed39 100644 --- a/telecomm/java/android/telecom/Call.java +++ b/telecomm/java/android/telecom/Call.java @@ -125,8 +125,9 @@ public final class Call { public static final String AVAILABLE_PHONE_ACCOUNTS = "selectPhoneAccountAccounts"; /** - * Extra key used to indicate the time (in millis) when the last outgoing emergency call was - * made. This is used to identify potential emergency callbacks. + * Extra key used to indicate the time (in milliseconds since midnight, January 1, 1970 UTC) + * when the last outgoing emergency call was made. This is used to identify potential emergency + * callbacks. */ public static final String EXTRA_LAST_EMERGENCY_CALLBACK_TIME_MILLIS = "android.telecom.extra.LAST_EMERGENCY_CALLBACK_TIME_MILLIS"; -- cgit v1.2.3-59-g8ed1b