mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
28 lines
1.0 KiB
Java
Generated
28 lines
1.0 KiB
Java
Generated
// Generated automatically from android.hardware.lights.Light for testing purposes
|
|
|
|
package android.hardware.lights;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
public class Light implements Parcelable
|
|
{
|
|
public String getName(){ return null; }
|
|
public String toString(){ return null; }
|
|
public boolean equals(Object p0){ return false; }
|
|
public boolean hasBrightnessControl(){ return false; }
|
|
public boolean hasRgbControl(){ return false; }
|
|
public int describeContents(){ return 0; }
|
|
public int getId(){ return 0; }
|
|
public int getOrdinal(){ return 0; }
|
|
public int getType(){ return 0; }
|
|
public int hashCode(){ return 0; }
|
|
public static Parcelable.Creator<Light> CREATOR = null;
|
|
public static int LIGHT_CAPABILITY_BRIGHTNESS = 0;
|
|
public static int LIGHT_CAPABILITY_RGB = 0;
|
|
public static int LIGHT_TYPE_INPUT = 0;
|
|
public static int LIGHT_TYPE_MICROPHONE = 0;
|
|
public static int LIGHT_TYPE_PLAYER_ID = 0;
|
|
public void writeToParcel(Parcel p0, int p1){}
|
|
}
|