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},
604 public final void addDataScheme(String scheme) { method in class:IntentFilter
722 * include one or more schemes (via {@link #addDataScheme}) for the
743 * @see #addDataScheme
804 * include one or more schemes (via {@link #addDataScheme}) for the
821 * @see #addDataScheme
872 * include one or more schemes (via {@link #addDataScheme}) <em>and</em>
893 * @see #addDataScheme
1383 addDataScheme(name);

Completed in 59 milliseconds