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

/frameworks/base/core/java/android/content/
H A DIntentFilter.java242 public static final int NO_MATCH_TYPE = -1; field in class:IntentFilter
1322 * or one of the error codes {@link #NO_MATCH_TYPE} if the type didn't match
1390 return NO_MATCH_TYPE;
1396 return NO_MATCH_TYPE;
1497 * or one of the error codes {@link #NO_MATCH_TYPE} if the type didn't match,
1527 * or one of the error codes {@link #NO_MATCH_TYPE} if the type didn't match,
1550 if (dataMatch == NO_MATCH_TYPE) {

Completed in 267 milliseconds