Searched defs:Intent (Results 1 – 1 of 1) sorted by relevance
626 public class Intent implements Parcelable, Cloneable { class5665 public Intent() { in Intent() method in Intent5671 public Intent(Intent o) { in Intent() method in Intent5675 private Intent(Intent o, @CopyMode int copyMode) { in Intent() method in Intent5738 public Intent(String action) { in Intent() method in Intent5758 public Intent(String action, Uri uri) { in Intent() method in Intent5779 public Intent(Context packageContext, Class<?> cls) { in Intent() method in Intent5806 public Intent(String action, Uri uri, in Intent() method in Intent9609 protected Intent(Parcel in) { in Intent() method