Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DIntent.java624 public class Intent implements Parcelable, Cloneable { class
5580 public Intent() { in Intent() method in Intent
5586 public Intent(Intent o) { in Intent() method in Intent
5617 private Intent(Intent o, boolean all) { in Intent() method in Intent
5646 public Intent(String action) { in Intent() method in Intent
5666 public Intent(String action, Uri uri) { in Intent() method in Intent
5687 public Intent(Context packageContext, Class<?> cls) { in Intent() method in Intent
5714 public Intent(String action, Uri uri, in Intent() method in Intent
9494 protected Intent(Parcel in) { in Intent() method