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

/frameworks/base/core/java/android/content/
H A DIntentFilter.java44 * Structured description of Intent values to be matched. An IntentFilter can
49 * <p>IntentFilter objects are often created in XML as part of a package's
88 * for an IntentFilter to match an Intent, three conditions must hold:
102 * used for the MIME sub-type, in both the Intent and IntentFilter, so that the
141 * that unlike the action, an IntentFilter with no categories
144 public class IntentFilter implements Parcelable { class in inherits:Parcelable
377 * Create a new IntentFilter instance with a specified action and MIME
385 * @return A new IntentFilter for the given action and type.
387 * @see #IntentFilter(String, String)
389 public static IntentFilter creat
400 public IntentFilter() { method in class:IntentFilter
412 public IntentFilter(String action) { method in class:IntentFilter
434 public IntentFilter(String action, String dataType) method in class:IntentFilter
447 public IntentFilter(IntentFilter o) { method in class:IntentFilter
1920 public IntentFilter(Parcel source) { method in class:IntentFilter
[all...]

Completed in 613 milliseconds