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

/frameworks/base/core/java/android/content/
H A DIntentFilter.java510 * @see #matchData
582 * @see #matchData
718 * @see #matchData
785 * @see #matchData
842 * the data scheme -- unlike {@link #matchData}, the authority will match
899 public final int matchData(String type, String scheme, Uri data) { method in class:IntentFilter
1079 * the match result returned will be as per {@link #matchData}.
1096 * @see #matchData
1111 int dataMatch = matchData(type, scheme, data);

Completed in 198 milliseconds