mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
91 lines
4.4 KiB
Java
Generated
91 lines
4.4 KiB
Java
Generated
// Generated automatically from android.hardware.Sensor for testing purposes
|
|
|
|
package android.hardware;
|
|
|
|
|
|
public class Sensor
|
|
{
|
|
public String getName(){ return null; }
|
|
public String getStringType(){ return null; }
|
|
public String getVendor(){ return null; }
|
|
public String toString(){ return null; }
|
|
public boolean isAdditionalInfoSupported(){ return false; }
|
|
public boolean isDirectChannelTypeSupported(int p0){ return false; }
|
|
public boolean isDynamicSensor(){ return false; }
|
|
public boolean isWakeUpSensor(){ return false; }
|
|
public float getMaximumRange(){ return 0; }
|
|
public float getPower(){ return 0; }
|
|
public float getResolution(){ return 0; }
|
|
public int getFifoMaxEventCount(){ return 0; }
|
|
public int getFifoReservedEventCount(){ return 0; }
|
|
public int getHighestDirectReportRateLevel(){ return 0; }
|
|
public int getId(){ return 0; }
|
|
public int getMaxDelay(){ return 0; }
|
|
public int getMinDelay(){ return 0; }
|
|
public int getReportingMode(){ return 0; }
|
|
public int getType(){ return 0; }
|
|
public int getVersion(){ return 0; }
|
|
public static String STRING_TYPE_ACCELEROMETER = null;
|
|
public static String STRING_TYPE_ACCELEROMETER_UNCALIBRATED = null;
|
|
public static String STRING_TYPE_AMBIENT_TEMPERATURE = null;
|
|
public static String STRING_TYPE_GAME_ROTATION_VECTOR = null;
|
|
public static String STRING_TYPE_GEOMAGNETIC_ROTATION_VECTOR = null;
|
|
public static String STRING_TYPE_GRAVITY = null;
|
|
public static String STRING_TYPE_GYROSCOPE = null;
|
|
public static String STRING_TYPE_GYROSCOPE_UNCALIBRATED = null;
|
|
public static String STRING_TYPE_HEART_BEAT = null;
|
|
public static String STRING_TYPE_HEART_RATE = null;
|
|
public static String STRING_TYPE_HINGE_ANGLE = null;
|
|
public static String STRING_TYPE_LIGHT = null;
|
|
public static String STRING_TYPE_LINEAR_ACCELERATION = null;
|
|
public static String STRING_TYPE_LOW_LATENCY_OFFBODY_DETECT = null;
|
|
public static String STRING_TYPE_MAGNETIC_FIELD = null;
|
|
public static String STRING_TYPE_MAGNETIC_FIELD_UNCALIBRATED = null;
|
|
public static String STRING_TYPE_MOTION_DETECT = null;
|
|
public static String STRING_TYPE_ORIENTATION = null;
|
|
public static String STRING_TYPE_POSE_6DOF = null;
|
|
public static String STRING_TYPE_PRESSURE = null;
|
|
public static String STRING_TYPE_PROXIMITY = null;
|
|
public static String STRING_TYPE_RELATIVE_HUMIDITY = null;
|
|
public static String STRING_TYPE_ROTATION_VECTOR = null;
|
|
public static String STRING_TYPE_SIGNIFICANT_MOTION = null;
|
|
public static String STRING_TYPE_STATIONARY_DETECT = null;
|
|
public static String STRING_TYPE_STEP_COUNTER = null;
|
|
public static String STRING_TYPE_STEP_DETECTOR = null;
|
|
public static String STRING_TYPE_TEMPERATURE = null;
|
|
public static int REPORTING_MODE_CONTINUOUS = 0;
|
|
public static int REPORTING_MODE_ONE_SHOT = 0;
|
|
public static int REPORTING_MODE_ON_CHANGE = 0;
|
|
public static int REPORTING_MODE_SPECIAL_TRIGGER = 0;
|
|
public static int TYPE_ACCELEROMETER = 0;
|
|
public static int TYPE_ACCELEROMETER_UNCALIBRATED = 0;
|
|
public static int TYPE_ALL = 0;
|
|
public static int TYPE_AMBIENT_TEMPERATURE = 0;
|
|
public static int TYPE_DEVICE_PRIVATE_BASE = 0;
|
|
public static int TYPE_GAME_ROTATION_VECTOR = 0;
|
|
public static int TYPE_GEOMAGNETIC_ROTATION_VECTOR = 0;
|
|
public static int TYPE_GRAVITY = 0;
|
|
public static int TYPE_GYROSCOPE = 0;
|
|
public static int TYPE_GYROSCOPE_UNCALIBRATED = 0;
|
|
public static int TYPE_HEART_BEAT = 0;
|
|
public static int TYPE_HEART_RATE = 0;
|
|
public static int TYPE_HINGE_ANGLE = 0;
|
|
public static int TYPE_LIGHT = 0;
|
|
public static int TYPE_LINEAR_ACCELERATION = 0;
|
|
public static int TYPE_LOW_LATENCY_OFFBODY_DETECT = 0;
|
|
public static int TYPE_MAGNETIC_FIELD = 0;
|
|
public static int TYPE_MAGNETIC_FIELD_UNCALIBRATED = 0;
|
|
public static int TYPE_MOTION_DETECT = 0;
|
|
public static int TYPE_ORIENTATION = 0;
|
|
public static int TYPE_POSE_6DOF = 0;
|
|
public static int TYPE_PRESSURE = 0;
|
|
public static int TYPE_PROXIMITY = 0;
|
|
public static int TYPE_RELATIVE_HUMIDITY = 0;
|
|
public static int TYPE_ROTATION_VECTOR = 0;
|
|
public static int TYPE_SIGNIFICANT_MOTION = 0;
|
|
public static int TYPE_STATIONARY_DETECT = 0;
|
|
public static int TYPE_STEP_COUNTER = 0;
|
|
public static int TYPE_STEP_DETECTOR = 0;
|
|
public static int TYPE_TEMPERATURE = 0;
|
|
}
|