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

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

Completed in 708 milliseconds