timestamp property
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()}.
Implementation
final int timestamp;