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

/frameworks/base/core/java/android/app/
H A DPendingIntent.java40 * <p>By giving a PendingIntent to another application,
43 * identity). As such, you should be careful about how you build the PendingIntent:
48 * <p>A PendingIntent itself is simply a reference to a token maintained by
51 * PendingIntent itself will remain usable from other processes that
53 * same kind of PendingIntent (same operation, same Intent action, data,
54 * categories, and components, and same flags), it will receive a PendingIntent
59 * are considered to be the same for purposes of retrieving a PendingIntent.
60 * A common mistake people make is to create multiple PendingIntent objects
62 * a different PendingIntent each time. This does <em>not</em> happen. The
67 * the same PendingIntent fo
86 public final class PendingIntent implements Parcelable { class in inherits:Parcelable
875 /*package*/ PendingIntent(IIntentSender target) { method in class:PendingIntent
879 /*package*/ PendingIntent(IBinder target) { method in class:PendingIntent
[all...]

Completed in 131 milliseconds