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

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

Completed in 1226 milliseconds