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

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

Completed in 229 milliseconds