Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DIntent.java615 public class Intent implements Parcelable, Cloneable { class
4053 public Intent() { in Intent() method in Intent
4059 public Intent(Intent o) { in Intent() method in Intent
4089 private Intent(Intent o, boolean all) { in Intent() method in Intent
4118 public Intent(String action) { in Intent() method in Intent
4138 public Intent(String action, Uri uri) { in Intent() method in Intent
4159 public Intent(Context packageContext, Class<?> cls) { in Intent() method in Intent
4186 public Intent(String action, Uri uri, in Intent() method in Intent
7499 protected Intent(Parcel in) { in Intent() method