Searched defs:IntentFilter (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/
H A DIntentFilter.java40 * Structured description of Intent values to be matched. An IntentFilter can
45 * <p>IntentFilter objects are often created in XML as part of a package's
84 * for an IntentFilter to match an Intent, three conditions must hold:
98 * used for the MIME sub-type, in both the Intent and IntentFilter, so that the
137 * that unlike the action, an IntentFilter with no categories
140 public class IntentFilter implements Parcelable { class in inherits:Parcelable
356 * Create a new IntentFilter instance with a specified action and MIME
364 * @return A new IntentFilter for the given action and type.
366 * @see #IntentFilter(String, String)
368 public static IntentFilter creat
379 public IntentFilter() { method in class:IntentFilter
391 public IntentFilter(String action) { method in class:IntentFilter
413 public IntentFilter(String action, String dataType) method in class:IntentFilter
426 public IntentFilter(IntentFilter o) { method in class:IntentFilter
1852 private IntentFilter(Parcel source) { method in class:IntentFilter
[all...]

Completed in 52 milliseconds