Searched defs:IntentFilter (Results 1 - 1 of 1) sorted by last modified time

/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
357 * Create a new IntentFilter instance with a specified action and MIME
365 * @return A new IntentFilter for the given action and type.
367 * @see #IntentFilter(String, String)
369 public static IntentFilter creat
380 public IntentFilter() { method in class:IntentFilter
392 public IntentFilter(String action) { method in class:IntentFilter
414 public IntentFilter(String action, String dataType) method in class:IntentFilter
427 public IntentFilter(IntentFilter o) { method in class:IntentFilter
1864 private IntentFilter(Parcel source) { method in class:IntentFilter
[all...]

Completed in 245 milliseconds