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

/frameworks/base/core/java/android/content/
H A DIntentFilter.java53 * {@link #addDataType}, {@link #addDataScheme}, {@link #addDataSchemeSpecificPart},
609 public final void addDataScheme(String scheme) { method in class:IntentFilter
741 * include one or more schemes (via {@link #addDataScheme}) for the
762 * @see #addDataScheme
838 * include one or more schemes (via {@link #addDataScheme}) for the
855 * @see #addDataScheme
920 * include one or more schemes (via {@link #addDataScheme}) <em>and</em>
941 * @see #addDataScheme
1442 addDataScheme(name);

Completed in 1011 milliseconds