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

/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DSchedulerService.java37 .addCategory(Intent.CATEGORY_LAUNCHER)
/frameworks/support/core-utils/java/android/support/v4/app/
H A DAppLaunchChecker.java78 && (launchIntent.hasCategory(Intent.CATEGORY_LAUNCHER)
/frameworks/support/compat/java/android/support/v4/content/
H A DIntentCompat.java41 intent.addCategory(Intent.CATEGORY_LAUNCHER);
213 * category {@link Intent#CATEGORY_LAUNCHER CATEGORY_LAUNCHER}. This does <em>not</em> have
241 * category {@link Intent#CATEGORY_LAUNCHER}. This does <em>not</em> have
/frameworks/base/core/java/android/content/pm/
H A DAppsQueryHelper.java100 Intent intent = new Intent(Intent.ACTION_MAIN).addCategory(Intent.CATEGORY_LAUNCHER);
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DAppsQueryHelperTests.java128 assertEquals(Intent.CATEGORY_LAUNCHER, intent.getCategories().iterator().next());
/frameworks/base/services/core/java/com/android/server/policy/
H A DShortcutManager.java163 intent.addCategory(Intent.CATEGORY_LAUNCHER);
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
H A DProcessErrorsTest.java238 launchable.addCategory(Intent.CATEGORY_LAUNCHER);
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DTestInteractionActivity.java156 intent.addCategory(Intent.CATEGORY_LAUNCHER);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/
H A DAppRestrictionsHelper.java165 launcherIntent.addCategory(Intent.CATEGORY_LAUNCHER);
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
H A DMemoryUsageTest.java159 intentToResolve.addCategory(Intent.CATEGORY_LAUNCHER);
/frameworks/base/services/core/java/com/android/server/pm/
H A DLauncherAppsService.java286 mainIntent.addCategory(Intent.CATEGORY_LAUNCHER);
522 launchIntent.addCategory(Intent.CATEGORY_LAUNCHER);
560 + " category Intent.CATEGORY_LAUNCHER " + component);
H A DDefaultPermissionGrantPolicy.java806 homeIntent.addCategory(Intent.CATEGORY_LAUNCHER);
H A DShortcutService.java186 private static final String LAUNCHER_INTENT_CATEGORY = Intent.CATEGORY_LAUNCHER;
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
H A DAppLaunch.java410 Intent.CATEGORY_LAUNCHER);
/frameworks/base/core/java/android/content/
H A DIntent.java141 * to execute. For example, {@link #CATEGORY_LAUNCHER} means it should
252 * the categories {@link #CATEGORY_LAUNCHER} and
330 * &lt;category android:name="{@link #CATEGORY_LAUNCHER android.intent.category.LAUNCHER}" /&gt;
561 * <li> {@link #CATEGORY_LAUNCHER}
3353 public static final String CATEGORY_LAUNCHER = "android.intent.category.LAUNCHER"; field in class:Intent
3368 * a package does not contain a {@link #CATEGORY_LAUNCHER} to provide
4942 * category {@link #CATEGORY_LAUNCHER}. This does <em>not</em> have
4957 intent.addCategory(CATEGORY_LAUNCHER);
4971 * category {@link #CATEGORY_LAUNCHER}. This does <em>not</em> have
4986 intent.addCategory(CATEGORY_LAUNCHER);
[all...]
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DActivityTestMain.java531 intent.addCategory(Intent.CATEGORY_LAUNCHER);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DApplicationsState.java848 .addCategory(Intent.CATEGORY_LAUNCHER);
/frameworks/base/services/core/java/com/android/server/am/
H A DAppErrors.java386 if (cats != null && cats.contains(Intent.CATEGORY_LAUNCHER)) {
H A DActivityRecord.java756 && intent.hasCategory(Intent.CATEGORY_LAUNCHER)
/frameworks/base/core/java/android/app/
H A DApplicationPackageManager.java182 intentToResolve.addCategory(Intent.CATEGORY_LAUNCHER);
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DDatabaseHelper.java2221 intent.addCategory(Intent.CATEGORY_LAUNCHER);

Completed in 7955 milliseconds