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

/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DSchedulerService.java36 .addCategory(Intent.CATEGORY_LAUNCHER)
/frameworks/support/v4/java/android/support/v4/content/
H A DIntentCompat.java41 intent.addCategory(Intent.CATEGORY_LAUNCHER);
207 * category {@link Intent#CATEGORY_LAUNCHER CATEGORY_LAUNCHER}. This does <em>not</em> have
235 * category {@link Intent#CATEGORY_LAUNCHER}. This does <em>not</em> have
/frameworks/base/services/core/java/com/android/server/pm/
H A DLauncherAppsService.java198 mainIntent.addCategory(Intent.CATEGORY_LAUNCHER);
272 launchIntent.addCategory(Intent.CATEGORY_LAUNCHER);
304 + " category Intent.CATEGORY_LAUNCHER " + component);
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
H A DProcessErrorsTest.java238 launchable.addCategory(Intent.CATEGORY_LAUNCHER);
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
H A DAppLaunch.java184 intentToResolve.addCategory(Intent.CATEGORY_LAUNCHER);
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
H A DMemoryUsageTest.java159 intentToResolve.addCategory(Intent.CATEGORY_LAUNCHER);
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java610 // assume it is ACTION_MAIN CATEGORY_LAUNCHER; we don't
614 baseIntent.addCategory(Intent.CATEGORY_LAUNCHER);
625 baseIntent.addCategory(Intent.CATEGORY_LAUNCHER);
630 baseIntent.addCategory(Intent.CATEGORY_LAUNCHER);
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DActivityTestMain.java465 intent.addCategory(Intent.CATEGORY_LAUNCHER);
/frameworks/base/core/java/android/content/
H A DIntent.java139 * to execute. For example, {@link #CATEGORY_LAUNCHER} means it should
250 * the categories {@link #CATEGORY_LAUNCHER} and
328 * &lt;category android:name="{@link #CATEGORY_LAUNCHER android.intent.category.LAUNCHER}" /&gt;
557 * <li> {@link #CATEGORY_LAUNCHER}
2861 public static final String CATEGORY_LAUNCHER = "android.intent.category.LAUNCHER"; field in class:Intent
2876 * a package does not contain a {@link #CATEGORY_LAUNCHER} to provide
4202 * category {@link #CATEGORY_LAUNCHER}. This does <em>not</em> have
4217 intent.addCategory(CATEGORY_LAUNCHER);
4231 * category {@link #CATEGORY_LAUNCHER}. This does <em>not</em> have
4246 intent.addCategory(CATEGORY_LAUNCHER);
[all...]
/frameworks/base/core/java/android/app/
H A DApplicationPackageManager.java149 intentToResolve.addCategory(Intent.CATEGORY_LAUNCHER);
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DDatabaseHelper.java2162 intent.addCategory(Intent.CATEGORY_LAUNCHER);

Completed in 385 milliseconds