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

/frameworks/base/core/java/android/content/
H A DIntent.java51 * can be used with {@link Context#startActivity(Intent) startActivity} to
53 * {@link android.content.Context#sendBroadcast(Intent) broadcastIntent} to
59 * <p>An Intent provides a facility for performing late runtime binding between the code in
67 * <a href="{@docRoot}guide/topics/intents/intents-filters.html">Intents and Intent Filters</a>
72 * <h3>Intent Structure</h3>
134 * all of the other Intent attributes become optional.</p>
166 * <p>There are a variety of standard Intent action and category constants
167 * defined in the Intent class, but applications can also define their own.
180 * <h3>Intent Resolution</h3>
198 * know what to do with it. This is handled by the process of <em>Intent
596 public class Intent implements Parcelable, Cloneable { class in inherits:Parcelable,Cloneable
3385 public Intent() { method in class:Intent
3391 public Intent(Intent o) { method in class:Intent
3420 private Intent(Intent o, boolean all) { method in class:Intent
3449 public Intent(String action) { method in class:Intent
3469 public Intent(String action, Uri uri) { method in class:Intent
3490 public Intent(Context packageContext, Class<?> cls) { method in class:Intent
3517 public Intent(String action, Uri uri, method in class:Intent
6674 protected Intent(Parcel in) { method in class:Intent
[all...]

Completed in 1010 milliseconds