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

/frameworks/base/core/java/android/content/
H A DIntent.java104 * {@link #ACTION_VIEW}, {@link #ACTION_EDIT}, {@link #ACTION_MAIN},
173 * <li> <p><b>{@link #ACTION_MAIN} with category {@link #CATEGORY_HOME}</b> --
335 * &lt;action android:name="{@link #ACTION_MAIN android.intent.action.MAIN}" /&gt;
505 * important, and by far most frequently used, are {@link #ACTION_MAIN} and
509 * <li> {@link #ACTION_MAIN}
647 public static final String ACTION_MAIN = "android.intent.action.MAIN"; field in class:Intent
1460 * using {@link #ACTION_MAIN} and {@link #CATEGORY_SETUP_WIZARD}
4041 * Used with {@link #ACTION_MAIN} to launch an activity. For more
4048 * Used with {@link #ACTION_MAIN} to launch an activity. For more
4055 * Used with {@link #ACTION_MAIN} t
[all...]

Completed in 246 milliseconds