mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
17 lines
519 B
Java
Generated
17 lines
519 B
Java
Generated
// Generated automatically from android.hardware.lights.LightState for testing purposes
|
|
|
|
package android.hardware.lights;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
public class LightState implements Parcelable
|
|
{
|
|
public String toString(){ return null; }
|
|
public int describeContents(){ return 0; }
|
|
public int getColor(){ return 0; }
|
|
public int getPlayerId(){ return 0; }
|
|
public static Parcelable.Creator<LightState> CREATOR = null;
|
|
public void writeToParcel(Parcel p0, int p1){}
|
|
}
|