mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
35 lines
1.3 KiB
Java
Generated
35 lines
1.3 KiB
Java
Generated
// Generated automatically from android.os.VibrationAttributes for testing purposes
|
|
|
|
package android.os;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
public class VibrationAttributes implements Parcelable
|
|
{
|
|
protected VibrationAttributes() {}
|
|
public String toString(){ return null; }
|
|
public boolean equals(Object p0){ return false; }
|
|
public boolean isFlagSet(int p0){ return false; }
|
|
public int describeContents(){ return 0; }
|
|
public int getFlags(){ return 0; }
|
|
public int getUsage(){ return 0; }
|
|
public int getUsageClass(){ return 0; }
|
|
public int hashCode(){ return 0; }
|
|
public static Parcelable.Creator<VibrationAttributes> CREATOR = null;
|
|
public static int FLAG_BYPASS_INTERRUPTION_POLICY = 0;
|
|
public static int USAGE_ALARM = 0;
|
|
public static int USAGE_CLASS_ALARM = 0;
|
|
public static int USAGE_CLASS_FEEDBACK = 0;
|
|
public static int USAGE_CLASS_MASK = 0;
|
|
public static int USAGE_CLASS_UNKNOWN = 0;
|
|
public static int USAGE_COMMUNICATION_REQUEST = 0;
|
|
public static int USAGE_HARDWARE_FEEDBACK = 0;
|
|
public static int USAGE_NOTIFICATION = 0;
|
|
public static int USAGE_PHYSICAL_EMULATION = 0;
|
|
public static int USAGE_RINGTONE = 0;
|
|
public static int USAGE_TOUCH = 0;
|
|
public static int USAGE_UNKNOWN = 0;
|
|
public void writeToParcel(Parcel p0, int p1){}
|
|
}
|