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

/frameworks/base/core/java/android/content/
H A DIntent.java141 * to execute. For example, {@link #CATEGORY_LAUNCHER} means it should
252 * the categories {@link #CATEGORY_LAUNCHER} and
330 * <category android:name="{@link #CATEGORY_LAUNCHER android.intent.category.LAUNCHER}" />
559 * <li> {@link #CATEGORY_LAUNCHER}
3062 public static final String CATEGORY_LAUNCHER = "android.intent.category.LAUNCHER"; field in class:Intent
3077 * a package does not contain a {@link #CATEGORY_LAUNCHER} to provide
4491 * category {@link #CATEGORY_LAUNCHER}. This does <em>not</em> have
4506 intent.addCategory(CATEGORY_LAUNCHER);
4520 * category {@link #CATEGORY_LAUNCHER}. This does <em>not</em> have
4535 intent.addCategory(CATEGORY_LAUNCHER);
[all...]

Completed in 148 milliseconds