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

/frameworks/base/core/java/android/content/
H A DIntent.java139 * to execute. For example, {@link #CATEGORY_LAUNCHER} means it should
250 * the categories {@link #CATEGORY_LAUNCHER} and
328 * <category android:name="{@link #CATEGORY_LAUNCHER android.intent.category.LAUNCHER}" />
557 * <li> {@link #CATEGORY_LAUNCHER}
2861 public static final String CATEGORY_LAUNCHER = "android.intent.category.LAUNCHER"; field in class:Intent
2876 * a package does not contain a {@link #CATEGORY_LAUNCHER} to provide
4202 * category {@link #CATEGORY_LAUNCHER}. This does <em>not</em> have
4217 intent.addCategory(CATEGORY_LAUNCHER);
4231 * category {@link #CATEGORY_LAUNCHER}. This does <em>not</em> have
4246 intent.addCategory(CATEGORY_LAUNCHER);
[all...]

Completed in 18 milliseconds