Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91217423 authored by mike dooley's avatar mike dooley Committed by Michael Dooley
Browse files

Adding a comment specifying the timebase for emergency call time

Test: none
Bug: 35767700
Change-Id: Idac16da57d0a9f21804f9c515974d269c012796a
parent bfc4d59b
Loading
Loading
Loading
Loading
+3 −2
Original line number Original line Diff line number Diff line
@@ -125,8 +125,9 @@ public final class Call {
    public static final String AVAILABLE_PHONE_ACCOUNTS = "selectPhoneAccountAccounts";
    public static final String AVAILABLE_PHONE_ACCOUNTS = "selectPhoneAccountAccounts";


    /**
    /**
     * Extra key used to indicate the time (in millis) when the last outgoing emergency call was
     * Extra key used to indicate the time (in milliseconds since midnight, January 1, 1970 UTC)
     * made.  This is used to identify potential emergency callbacks.
     * 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 =
    public static final String EXTRA_LAST_EMERGENCY_CALLBACK_TIME_MILLIS =
            "android.telecom.extra.LAST_EMERGENCY_CALLBACK_TIME_MILLIS";
            "android.telecom.extra.LAST_EMERGENCY_CALLBACK_TIME_MILLIS";