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

/frameworks/base/core/java/android/content/
H A DIntent.java96 * {@link #ACTION_VIEW}, {@link #ACTION_EDIT}, {@link #ACTION_MAIN},
165 * <li> <p><b>{@link #ACTION_MAIN} with category {@link #CATEGORY_HOME}</b> --
327 * &lt;action android:name="{@link #ACTION_MAIN android.intent.action.MAIN}" /&gt;
497 * important, and by far most frequently used, are {@link #ACTION_MAIN} and
501 * <li> {@link #ACTION_MAIN}
636 public static final String ACTION_MAIN = "android.intent.action.MAIN"; field in class:Intent
2946 * Used with {@link #ACTION_MAIN} to launch an activity. For more
2953 * Used with {@link #ACTION_MAIN} to launch an activity. For more
2960 * Used with {@link #ACTION_MAIN} to launch an activity. For more
2968 * Used with {@link #ACTION_MAIN} t
[all...]

Completed in 16 milliseconds