mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
48 lines
2.1 KiB
Java
Generated
48 lines
2.1 KiB
Java
Generated
// Generated automatically from android.service.notification.ZenPolicy for testing purposes
|
|
|
|
package android.service.notification;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
public class ZenPolicy implements Parcelable
|
|
{
|
|
public String toString(){ return null; }
|
|
public boolean equals(Object p0){ return false; }
|
|
public int describeContents(){ return 0; }
|
|
public int getPriorityCallSenders(){ return 0; }
|
|
public int getPriorityCategoryAlarms(){ return 0; }
|
|
public int getPriorityCategoryCalls(){ return 0; }
|
|
public int getPriorityCategoryConversations(){ return 0; }
|
|
public int getPriorityCategoryEvents(){ return 0; }
|
|
public int getPriorityCategoryMedia(){ return 0; }
|
|
public int getPriorityCategoryMessages(){ return 0; }
|
|
public int getPriorityCategoryReminders(){ return 0; }
|
|
public int getPriorityCategoryRepeatCallers(){ return 0; }
|
|
public int getPriorityCategorySystem(){ return 0; }
|
|
public int getPriorityConversationSenders(){ return 0; }
|
|
public int getPriorityMessageSenders(){ return 0; }
|
|
public int getVisualEffectAmbient(){ return 0; }
|
|
public int getVisualEffectBadge(){ return 0; }
|
|
public int getVisualEffectFullScreenIntent(){ return 0; }
|
|
public int getVisualEffectLights(){ return 0; }
|
|
public int getVisualEffectNotificationList(){ return 0; }
|
|
public int getVisualEffectPeek(){ return 0; }
|
|
public int getVisualEffectStatusBar(){ return 0; }
|
|
public int hashCode(){ return 0; }
|
|
public static Parcelable.Creator<ZenPolicy> CREATOR = null;
|
|
public static int CONVERSATION_SENDERS_ANYONE = 0;
|
|
public static int CONVERSATION_SENDERS_IMPORTANT = 0;
|
|
public static int CONVERSATION_SENDERS_NONE = 0;
|
|
public static int CONVERSATION_SENDERS_UNSET = 0;
|
|
public static int PEOPLE_TYPE_ANYONE = 0;
|
|
public static int PEOPLE_TYPE_CONTACTS = 0;
|
|
public static int PEOPLE_TYPE_NONE = 0;
|
|
public static int PEOPLE_TYPE_STARRED = 0;
|
|
public static int PEOPLE_TYPE_UNSET = 0;
|
|
public static int STATE_ALLOW = 0;
|
|
public static int STATE_DISALLOW = 0;
|
|
public static int STATE_UNSET = 0;
|
|
public void writeToParcel(Parcel p0, int p1){}
|
|
}
|