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

/frameworks/base/core/java/android/content/
H A DIntent.java125 * to execute. For example, {@link #CATEGORY_LAUNCHER} means it should
236 * the categories {@link #CATEGORY_LAUNCHER} and
314 * <category android:name="{@link #CATEGORY_LAUNCHER android.intent.category.LAUNCHER}" />
543 * <li> {@link #CATEGORY_LAUNCHER}
2766 public static final String CATEGORY_LAUNCHER = "android.intent.category.LAUNCHER"; field in class:Intent
2769 * a package does not contain a {@link #CATEGORY_LAUNCHER} to provide
3855 * category {@link #CATEGORY_LAUNCHER}. This does <em>not</em> have
3870 intent.addCategory(CATEGORY_LAUNCHER);
3884 * category {@link #CATEGORY_LAUNCHER}. This does <em>not</em> have
3899 intent.addCategory(CATEGORY_LAUNCHER);
[all...]

Completed in 28 milliseconds