Searched defs:PendingIntent (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DPendingIntent.java39 * <p>By giving a PendingIntent to another application,
42 * identity). As such, you should be careful about how you build the PendingIntent:
47 * <p>A PendingIntent itself is simply a reference to a token maintained by
50 * PendingIntent itself will remain usable from other processes that
52 * same kind of PendingIntent (same operation, same Intent action, data,
53 * categories, and components, and same flags), it will receive a PendingIntent
57 public final class PendingIntent implements Parcelable { class in inherits:Parcelable
63 * PendingIntent can only be used once. If set, after
70 * {@link #getService}: if the described PendingIntent does not already
76 * {@link #getService}: if the described PendingIntent alread
514 /*package*/ PendingIntent(IIntentSender target) { method in class:PendingIntent
518 /*package*/ PendingIntent(IBinder target) { method in class:PendingIntent
[all...]

Completed in 34 milliseconds