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

/frameworks/base/core/java/android/content/
H A DIntent.java145 * to execute. For example, {@link #CATEGORY_LAUNCHER} means it should
256 * the categories {@link #CATEGORY_LAUNCHER} and
334 * <category android:name="{@link #CATEGORY_LAUNCHER android.intent.category.LAUNCHER}" />
565 * <li> {@link #CATEGORY_LAUNCHER}
3863 public static final String CATEGORY_LAUNCHER = "android.intent.category.LAUNCHER"; field in class:Intent
3878 * a package does not contain a {@link #CATEGORY_LAUNCHER} to provide
5730 * category {@link #CATEGORY_LAUNCHER}. This does <em>not</em> have
5745 intent.addCategory(CATEGORY_LAUNCHER);
5759 * category {@link #CATEGORY_LAUNCHER}. This does <em>not</em> have
5774 intent.addCategory(CATEGORY_LAUNCHER);
[all...]

Completed in 123 milliseconds