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

/frameworks/base/core/java/android/content/
H A DIntentFilter.java54 * {@link #addDataAuthority}, {@link #addDataPath}, and {@link #addCategory}, respectively).
731 * {@link #addDataPath(String, int)} can provide a better mechanism for matching
896 public final void addDataPath(String path, int type) { method in class:IntentFilter
897 addDataPath(new PatternMatcher(path.intern(), type));
901 public final void addDataPath(PatternMatcher path) { method in class:IntentFilter
1403 addDataPath(path, PatternMatcher.PATTERN_LITERAL);
1405 addDataPath(path, PatternMatcher.PATTERN_PREFIX);
1407 addDataPath(path, PatternMatcher.PATTERN_SIMPLE_GLOB);

Completed in 284 milliseconds