Searched defs:Intent (Results 1 – 1 of 1) sorted by relevance
642 public class Intent implements Parcelable, Cloneable { class6742 public Intent() { in Intent() method in Intent6748 public Intent(Intent o) { in Intent() method in Intent6752 private Intent(Intent o, @CopyMode int copyMode) { in Intent() method in Intent6816 public Intent(String action) { in Intent() method in Intent6836 public Intent(String action, Uri uri) { in Intent() method in Intent6857 public Intent(Context packageContext, Class<?> cls) { in Intent() method in Intent6884 public Intent(String action, Uri uri, in Intent() method in Intent10869 protected Intent(Parcel in) { in Intent() method