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

/frameworks/base/core/java/android/content/
H A DIntentFilter.java39 * Structured description of Intent values to be matched. An IntentFilter can
44 * <p>IntentFilter objects are often created in XML as part of a package's
83 * for an IntentFilter to match an Intent, three conditions must hold:
97 * used for the MIME sub-type, in both the Intent and IntentFilter, so that the
136 * that unlike the action, an IntentFilter with no categories
139 public class IntentFilter implements Parcelable { class in inherits:Parcelable
332 * Create a new IntentFilter instance with a specified action and MIME
340 * @return A new IntentFilter for the given action and type.
342 * @see #IntentFilter(String, String)
344 public static IntentFilter creat
355 public IntentFilter() { method in class:IntentFilter
367 public IntentFilter(String action) { method in class:IntentFilter
389 public IntentFilter(String action, String dataType) method in class:IntentFilter
402 public IntentFilter(IntentFilter o) { method in class:IntentFilter
1586 private IntentFilter(Parcel source) { method in class:IntentFilter
[all...]

Completed in 55 milliseconds