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

/frameworks/base/core/java/android/content/
H A DIntent.java120 * to execute. For example, {@link #CATEGORY_LAUNCHER} means it should
231 * the categories {@link #CATEGORY_LAUNCHER} and
309 * <category android:name="{@link #CATEGORY_LAUNCHER android.intent.category.LAUNCHER}" />
538 * <li> {@link #CATEGORY_LAUNCHER}
2535 public static final String CATEGORY_LAUNCHER = "android.intent.category.LAUNCHER"; field in class:Intent
2538 * a package does not contain a {@link #CATEGORY_LAUNCHER} to provide
3533 * category {@link #CATEGORY_LAUNCHER}. This does <em>not</em> have
3548 intent.addCategory(CATEGORY_LAUNCHER);
3562 * category {@link #CATEGORY_LAUNCHER}. This does <em>not</em> have
3577 intent.addCategory(CATEGORY_LAUNCHER);
[all...]

Completed in 326 milliseconds