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

/frameworks/base/core/java/android/content/
H A DIntentSender.java39 * <p>By giving a IntentSender to another application,
42 * identity). As such, you should be careful about how you build the IntentSender:
47 * <p>A IntentSender itself is simply a reference to a token maintained by
50 * IntentSender itself will remain usable from other processes that
52 * same kind of IntentSender (same operation, same Intent action, data,
53 * categories, and components, and same flags), it will receive a IntentSender
60 public class IntentSender implements Parcelable { class in inherits:Parcelable
82 * completed. Primarily for use with a IntentSender that is
92 * @param IntentSender The IntentSender thi
98 onSendFinished(IntentSender IntentSender, Intent intent, int resultCode, String resultData, Bundle resultExtras) argument
277 public IntentSender(IIntentSender target) { method in class:IntentSender
282 public IntentSender(IBinder target) { method in class:IntentSender
[all...]

Completed in 45 milliseconds