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

/frameworks/base/core/java/android/content/
H A DIntent.java138 * to execute. For example, {@link #CATEGORY_LAUNCHER} means it should
249 * the categories {@link #CATEGORY_LAUNCHER} and
327 * <category android:name="{@link #CATEGORY_LAUNCHER android.intent.category.LAUNCHER}" />
556 * <li> {@link #CATEGORY_LAUNCHER}
2806 public static final String CATEGORY_LAUNCHER = "android.intent.category.LAUNCHER"; field in class:Intent
2821 * a package does not contain a {@link #CATEGORY_LAUNCHER} to provide
4038 * category {@link #CATEGORY_LAUNCHER}. This does <em>not</em> have
4053 intent.addCategory(CATEGORY_LAUNCHER);
4067 * category {@link #CATEGORY_LAUNCHER}. This does <em>not</em> have
4082 intent.addCategory(CATEGORY_LAUNCHER);
[all...]

Completed in 371 milliseconds