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

/frameworks/base/core/java/android/content/
H A DIntentFilter.java770 * @see #matchData
847 * @see #matchData
1010 * @see #matchData
1103 * @see #matchData
1189 * @see #matchData
1266 * the data scheme -- unlike {@link #matchData}, the authority will match
1327 public final int matchData(String type, String scheme, Uri data) { method in class:IntentFilter
1515 * the match result returned will be as per {@link #matchData}.
1532 * @see #matchData
1547 int dataMatch = matchData(typ
[all...]

Completed in 53 milliseconds