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

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

Completed in 33 milliseconds