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

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

Completed in 510 milliseconds