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

Commit 0a8c0683 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Clarify timestamp definition for SensorEvent" into rvc-dev am:...

Merge "Clarify timestamp definition for SensorEvent" into rvc-dev am: e39527ff am: c6817e3d am: 17daa587 am: 0cc1eeaa

Change-Id: I5c8d2ca438e5f1909280f020945da61db80b6f2f
parents ee54f8ef 0cc1eeaa
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -657,7 +657,9 @@ public class SensorEvent {
    public int accuracy;

    /**
     * The time in nanosecond at which the event happened
     * The time in nanoseconds at which the event happened. For a given sensor,
     * each new sensor event should be monotonically increasing using the same
     * time base as {@link android.os.SystemClock#elapsedRealtimeNanos()}.
     */
    public long timestamp;