Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DIntent.java614 public class Intent implements Parcelable, Cloneable { class
3889 public Intent() { in Intent() method in Intent
3895 public Intent(Intent o) { in Intent() method in Intent
3925 private Intent(Intent o, boolean all) { in Intent() method in Intent
3954 public Intent(String action) { in Intent() method in Intent
3974 public Intent(String action, Uri uri) { in Intent() method in Intent
3995 public Intent(Context packageContext, Class<?> cls) { in Intent() method in Intent
4022 public Intent(String action, Uri uri, in Intent() method in Intent
7201 protected Intent(Parcel in) { in Intent() method