Searched refs:CATEGORY_DEFAULT (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DIntentResolverOld.java551 if (!defaultOnly || filter.hasCategory(Intent.CATEGORY_DEFAULT)) {
575 Slog.w(TAG, "resolveIntent failed: found match, but none with Intent.CATEGORY_DEFAULT");
H A DIntentResolver.java578 if (!defaultOnly || filter.hasCategory(Intent.CATEGORY_DEFAULT)) {
602 Slog.w(TAG, "resolveIntent failed: found match, but none with Intent.CATEGORY_DEFAULT");
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java303 filter.addCategory(Intent.CATEGORY_DEFAULT);
/frameworks/base/core/java/android/content/
H A DIntent.java235 * {@link #CATEGORY_DEFAULT} so that they can be found by
320 * <category android:name="{@link #CATEGORY_DEFAULT android.intent.category.DEFAULT}" />
337 * <category android:name="{@link #CATEGORY_DEFAULT android.intent.category.DEFAULT}" />
387 * <category android:name="{@link #CATEGORY_DEFAULT android.intent.category.DEFAULT}" />
399 * <category android:name="{@link #CATEGORY_DEFAULT android.intent.category.DEFAULT}" />
437 * <category android:name="{@link #CATEGORY_DEFAULT android.intent.category.DEFAULT}" />
533 * <li> {@link #CATEGORY_DEFAULT}
2481 public static final String CATEGORY_DEFAULT = "android.intent.category.DEFAULT"; field in class:Intent
4694 * <p>The activity must handle the {@link Intent#CATEGORY_DEFAULT} Intent
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java3147 outInfo.hasDefault = outInfo.hasCategory(Intent.CATEGORY_DEFAULT);

Completed in 211 milliseconds