OSDN Git Service

Adding a comment specifying the timebase for emergency call time
authormike dooley <mdooley@google.com>
Thu, 9 Mar 2017 20:58:42 +0000 (12:58 -0800)
committerMichael Dooley <mdooley@google.com>
Mon, 27 Mar 2017 17:29:33 +0000 (17:29 +0000)
Test: none
Bug: 35767700
Change-Id: Idac16da57d0a9f21804f9c515974d269c012796a

telecomm/java/android/telecom/Call.java

index c790902..92233b1 100644 (file)
@@ -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";