mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
14 lines
305 B
Java
Generated
14 lines
305 B
Java
Generated
// Generated automatically from android.hardware.SensorEvent for testing purposes
|
|
|
|
package android.hardware;
|
|
|
|
import android.hardware.Sensor;
|
|
|
|
public class SensorEvent
|
|
{
|
|
public Sensor sensor = null;
|
|
public final float[] values = null;
|
|
public int accuracy = 0;
|
|
public long timestamp = 0;
|
|
}
|