All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.app.PendingIntent Maven / Gradle / Ivy

package android.app;
public final class PendingIntent
  implements android.os.Parcelable
{
public static class CanceledException
  extends android.util.AndroidException
{
public  CanceledException() { throw new RuntimeException("Stub!"); }
public  CanceledException(java.lang.String name) { throw new RuntimeException("Stub!"); }
public  CanceledException(java.lang.Exception cause) { throw new RuntimeException("Stub!"); }
}
public static interface OnFinished
{
public abstract  void onSendFinished(android.app.PendingIntent pendingIntent, android.content.Intent intent, int resultCode, java.lang.String resultData, android.os.Bundle resultExtras);
}
PendingIntent() { throw new RuntimeException("Stub!"); }
public static  android.app.PendingIntent getActivity(android.content.Context context, int requestCode, android.content.Intent intent, int flags) { throw new RuntimeException("Stub!"); }
public static  android.app.PendingIntent getBroadcast(android.content.Context context, int requestCode, android.content.Intent intent, int flags) { throw new RuntimeException("Stub!"); }
public static  android.app.PendingIntent getService(android.content.Context context, int requestCode, android.content.Intent intent, int flags) { throw new RuntimeException("Stub!"); }
public  android.content.IntentSender getIntentSender() { throw new RuntimeException("Stub!"); }
public  void cancel() { throw new RuntimeException("Stub!"); }
public  void send() throws android.app.PendingIntent.CanceledException { throw new RuntimeException("Stub!"); }
public  void send(int code) throws android.app.PendingIntent.CanceledException { throw new RuntimeException("Stub!"); }
public  void send(android.content.Context context, int code, android.content.Intent intent) throws android.app.PendingIntent.CanceledException { throw new RuntimeException("Stub!"); }
public  void send(int code, android.app.PendingIntent.OnFinished onFinished, android.os.Handler handler) throws android.app.PendingIntent.CanceledException { throw new RuntimeException("Stub!"); }
public  void send(android.content.Context context, int code, android.content.Intent intent, android.app.PendingIntent.OnFinished onFinished, android.os.Handler handler) throws android.app.PendingIntent.CanceledException { throw new RuntimeException("Stub!"); }
public  java.lang.String getTargetPackage() { throw new RuntimeException("Stub!"); }
public  boolean equals(java.lang.Object otherObj) { throw new RuntimeException("Stub!"); }
public  int hashCode() { throw new RuntimeException("Stub!"); }
public  java.lang.String toString() { throw new RuntimeException("Stub!"); }
public  int describeContents() { throw new RuntimeException("Stub!"); }
public  void writeToParcel(android.os.Parcel out, int flags) { throw new RuntimeException("Stub!"); }
public static  void writePendingIntentOrNullToParcel(android.app.PendingIntent sender, android.os.Parcel out) { throw new RuntimeException("Stub!"); }
public static  android.app.PendingIntent readPendingIntentOrNullFromParcel(android.os.Parcel in) { throw new RuntimeException("Stub!"); }
public static final int FLAG_ONE_SHOT = 1073741824;
public static final int FLAG_NO_CREATE = 536870912;
public static final int FLAG_CANCEL_CURRENT = 268435456;
public static final int FLAG_UPDATE_CURRENT = 134217728;
public static final android.os.Parcelable.Creator CREATOR;
static { CREATOR = null; }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy