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

/frameworks/base/core/java/android/content/
H A DIntent.java81 * can be used with {@link Context#startActivity(Intent) startActivity} to
83 * {@link android.content.Context#sendBroadcast(Intent) broadcastIntent} to
89 * <p>An Intent provides a facility for performing late runtime binding between the code in
97 * <a href="{@docRoot}guide/topics/intents/intents-filters.html">Intents and Intent Filters</a>
102 * <h3>Intent Structure</h3>
164 * all of the other Intent attributes become optional.</p>
196 * <p>There are a variety of standard Intent action and category constants
197 * defined in the Intent class, but applications can also define their own.
210 * <h3>Intent Resolution</h3>
228 * know what to do with it. This is handled by the process of <em>Intent
629 public class Intent implements Parcelable, Cloneable { class in inherits:Parcelable,Cloneable
5967 public Intent() { method in class:Intent
5973 public Intent(Intent o) { method in class:Intent
5977 private Intent(Intent o, @CopyMode int copyMode) { method in class:Intent
6040 public Intent(String action) { method in class:Intent
6060 public Intent(String action, Uri uri) { method in class:Intent
6081 public Intent(Context packageContext, Class<?> cls) { method in class:Intent
6108 public Intent(String action, Uri uri, method in class:Intent
9975 protected Intent(Parcel in) { method in class:Intent
[all...]

Completed in 54 milliseconds