Home
last modified time | relevance | path

Searched refs:CATEGORY_LAUNCHER (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
DSchedulerService.java36 .addCategory(Intent.CATEGORY_LAUNCHER) in onStartCommand()
/frameworks/support/v4/java/android/support/v4/content/
DIntentCompat.java41 intent.addCategory(Intent.CATEGORY_LAUNCHER); in makeMainActivity()
/frameworks/base/docs/html/guide/topics/manifest/
Dcategory-element.jd27 the string value for {@code CATEGORY_LAUNCHER} is
Dactivity-alias-element.jd38 and "<code>{@link android.content.Intent#CATEGORY_LAUNCHER
/frameworks/base/services/core/java/com/android/server/pm/
DLauncherAppsService.java198 mainIntent.addCategory(Intent.CATEGORY_LAUNCHER); in getLauncherActivities()
272 launchIntent.addCategory(Intent.CATEGORY_LAUNCHER); in startActivityAsUser()
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
DProcessErrorsTest.java238 launchable.addCategory(Intent.CATEGORY_LAUNCHER); in getLauncherActivities()
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
DMemoryUsageTest.java159 intentToResolve.addCategory(Intent.CATEGORY_LAUNCHER); in createMappings()
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
DAppLaunch.java184 intentToResolve.addCategory(Intent.CATEGORY_LAUNCHER); in createMappings()
/frameworks/base/cmds/am/src/com/android/commands/am/
DAm.java614 baseIntent.addCategory(Intent.CATEGORY_LAUNCHER); in makeIntent()
625 baseIntent.addCategory(Intent.CATEGORY_LAUNCHER); in makeIntent()
630 baseIntent.addCategory(Intent.CATEGORY_LAUNCHER); in makeIntent()
/frameworks/base/docs/html/training/basics/activity-lifecycle/
Dstarting.jd157 {@link android.content.Intent#CATEGORY_LAUNCHER LAUNCHER} category. For example:</p>
173 {@link android.content.Intent#CATEGORY_LAUNCHER LAUNCHER} category are not declared for one of your
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
DActivityTestMain.java465 intent.addCategory(Intent.CATEGORY_LAUNCHER); in addAppRecents()
/frameworks/base/docs/html/tools/help/
Dmonkey.jd171 Intent.CATEGORY_LAUNCHER or Intent.CATEGORY_MONKEY. To specify multiple categories, use the -c
/frameworks/base/core/java/android/content/
DIntent.java2861 public static final String CATEGORY_LAUNCHER = "android.intent.category.LAUNCHER"; field in Intent
4217 intent.addCategory(CATEGORY_LAUNCHER); in makeMainActivity()
4246 intent.addCategory(CATEGORY_LAUNCHER); in makeMainSelectorActivity()
/frameworks/base/docs/html/guide/components/
Dintents-filters.jd263 <dt>{@link android.content.Intent#CATEGORY_LAUNCHER}</dt>
610 <li>The {@link android.content.Intent#CATEGORY_LAUNCHER} category indicates that this activity's
895 {@link android.content.Intent#CATEGORY_LAUNCHER} category.</p>
Dtasks-and-back-stack.jd478 has a {@link android.content.Intent#CATEGORY_LAUNCHER} intent filter; see the <a
570 and a {@link android.content.Intent#CATEGORY_LAUNCHER} filter. Imagine, for example, what could
/frameworks/base/core/java/android/app/
DApplicationPackageManager.java149 intentToResolve.addCategory(Intent.CATEGORY_LAUNCHER); in getLaunchIntentForPackage()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DDatabaseHelper.java2162 intent.addCategory(Intent.CATEGORY_LAUNCHER); in loadBookmarks()
/frameworks/base/api/
Dsystem-current.txt7966 … field public static final java.lang.String CATEGORY_LAUNCHER = "android.intent.category.LAUNCHER";
Dcurrent.txt7722 … field public static final java.lang.String CATEGORY_LAUNCHER = "android.intent.category.LAUNCHER";