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

/frameworks/base/core/java/android/content/
H A DIntent.java56 * can be used with {@link Context#startActivity(Intent) startActivity} to
58 * {@link android.content.Context#sendBroadcast(Intent) broadcastIntent} to
64 * <p>An Intent provides a facility for performing late runtime binding between the code in
72 * <a href="{@docRoot}guide/topics/intents/intents-filters.html">Intents and Intent Filters</a>
77 * <h3>Intent Structure</h3>
139 * all of the other Intent attributes become optional.</p>
171 * <p>There are a variety of standard Intent action and category constants
172 * defined in the Intent class, but applications can also define their own.
185 * <h3>Intent Resolution</h3>
203 * know what to do with it. This is handled by the process of <em>Intent
601 public class Intent implements Parcelable, Cloneable { class in inherits:Parcelable,Cloneable
3707 public Intent() { method in class:Intent
3713 public Intent(Intent o) { method in class:Intent
3742 private Intent(Intent o, boolean all) { method in class:Intent
3771 public Intent(String action) { method in class:Intent
3791 public Intent(String action, Uri uri) { method in class:Intent
3812 public Intent(Context packageContext, Class<?> cls) { method in class:Intent
3839 public Intent(String action, Uri uri, method in class:Intent
7027 protected Intent(Parcel in) { method in class:Intent
[all...]

Completed in 48 milliseconds