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

/frameworks/base/core/java/android/content/
H A DIntentFilter.java219 public static final int NO_MATCH_TYPE = -1; field in class:IntentFilter
894 * or one of the error codes {@link #NO_MATCH_TYPE} if the type didn't match
950 return NO_MATCH_TYPE;
956 return NO_MATCH_TYPE;
1057 * or one of the error codes {@link #NO_MATCH_TYPE} if the type didn't match,
1091 * or one of the error codes {@link #NO_MATCH_TYPE} if the type didn't match,
1114 if (dataMatch == NO_MATCH_TYPE) {
/frameworks/support/v4/java/android/support/v4/content/
H A DLocalBroadcastManager.java248 case IntentFilter.NO_MATCH_TYPE: reason = "type"; break;
/frameworks/base/services/java/com/android/server/
H A DIntentResolverOld.java566 case IntentFilter.NO_MATCH_TYPE: reason = "type"; break;
H A DIntentResolver.java593 case IntentFilter.NO_MATCH_TYPE: reason = "type"; break;

Completed in 349 milliseconds