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

/frameworks/base/core/java/android/content/
H A DIntentFilter.java245 public static final int NO_MATCH_ACTION = -3; field in class:IntentFilter
1433 * {@link #NO_MATCH_ACTION} if the action didn't match, or
1463 * {@link #NO_MATCH_ACTION} if the action didn't match, or
1478 return NO_MATCH_ACTION;

Completed in 62 milliseconds