Searched refs:addCategory (Results 1 - 25 of 45) sorted by relevance

12

/frameworks/base/tests/SmokeTest/src/com/android/smoketest/
H A DSmokeTestActivity.java37 targetIntent.addCategory("android.intent.category.SMOKETEST_INSTRUMENTATION_TEST");
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DSchedulerService.java37 .addCategory(Intent.CATEGORY_LAUNCHER)
/frameworks/support/v4/java/android/support/v4/content/
H A DIntentCompat.java41 intent.addCategory(Intent.CATEGORY_LAUNCHER);
52 intent.addCategory(selectorCategory);
/frameworks/base/services/core/java/com/android/server/pm/
H A DDefaultPermissionGrantPolicy.java254 setupIntent.addCategory(Intent.CATEGORY_SETUP_WIZARD);
345 smsIntent.addCategory(Intent.CATEGORY_APP_MESSAGING);
378 calendarIntent.addCategory(Intent.CATEGORY_APP_CALENDAR);
410 contactsIntent.addCategory(Intent.CATEGORY_APP_CONTACTS);
453 mapsIntent.addCategory(Intent.CATEGORY_APP_MAPS);
463 galleryIntent.addCategory(Intent.CATEGORY_APP_GALLERY);
473 emailIntent.addCategory(Intent.CATEGORY_APP_EMAIL);
489 browserIntent.addCategory(Intent.CATEGORY_APP_BROWSER);
534 voiceRecoIntent.addCategory(Intent.CATEGORY_DEFAULT);
564 musicIntent.addCategory(Inten
[all...]
H A DLauncherAppsService.java198 mainIntent.addCategory(Intent.CATEGORY_LAUNCHER);
272 launchIntent.addCategory(Intent.CATEGORY_LAUNCHER);
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbAccessoryUriActivity.java88 intent.addCategory(Intent.CATEGORY_BROWSABLE);
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
H A DMemoryUsageTest.java112 intent.addCategory(Intent.CATEGORY_HOME);
159 intentToResolve.addCategory(Intent.CATEGORY_LAUNCHER);
203 homeIntent.addCategory(Intent.CATEGORY_HOME);
/frameworks/base/services/core/java/com/android/server/policy/
H A DShortcutManager.java146 intent.addCategory(Intent.CATEGORY_LAUNCHER);
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
H A DProcessErrorsTest.java59 mHomeIntent.addCategory(Intent.CATEGORY_HOME);
238 launchable.addCategory(Intent.CATEGORY_LAUNCHER);
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DTestInteractionActivity.java131 intent.addCategory(Intent.CATEGORY_VOICE);
156 intent.addCategory(Intent.CATEGORY_LAUNCHER);
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
H A DAppLaunch.java184 intentToResolve.addCategory(Intent.CATEGORY_LAUNCHER);
272 homeIntent.addCategory(Intent.CATEGORY_HOME);
/frameworks/base/core/java/com/android/internal/app/
H A DPlatLogoActivity.java156 .addCategory("com.android.internal.category.PLATLOGO"));
/frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
H A DAppCompatibility.java157 homeIntent.addCategory(Intent.CATEGORY_HOME);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DHwTests.java62 mainIntent.addCategory(CATEGORY_HWUI_TEST);
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DOnePlayerActivity.java163 intent.addCategory(Intent.CATEGORY_OPENABLE);
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
H A DVectorDrawableTest.java61 mainIntent.addCategory(CATEGORY_HWUI_TEST);
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DSystemMediaRouteProvider.java108 f.addCategory(MediaControlIntent.CATEGORY_LIVE_AUDIO);
109 f.addCategory(MediaControlIntent.CATEGORY_LIVE_VIDEO);
209 f.addCategory(MediaControlIntent.CATEGORY_LIVE_AUDIO);
218 f.addCategory(MediaControlIntent.CATEGORY_LIVE_VIDEO);
H A DRemotePlaybackClient.java585 intent.addCategory(MediaControlIntent.CATEGORY_REMOTE_PLAYBACK);
635 intent.addCategory(MediaControlIntent.CATEGORY_REMOTE_PLAYBACK);
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportReceiver.java137 intent.addCategory(Intent.CATEGORY_DEFAULT);
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerServiceImpl.java183 intent.addCategory(Intent.CATEGORY_VOICE);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DSmartCamera.java222 openGalleryIntent.addCategory(Intent.CATEGORY_APP_GALLERY);
/frameworks/base/core/java/android/content/
H A DIntent.java551 * clarify an Intent via {@link #addCategory}.
2989 // Standard intent categories (see addCategory()).
3190 // Application launch intent categories (see addCategory()).
4506 intent.addCategory(CATEGORY_LAUNCHER);
4535 intent.addCategory(CATEGORY_LAUNCHER);
4538 selector.addCategory(selectorCategory);
4660 intent.addCategory(value);
4840 intent.addCategory(uri.substring(i, sep));
5105 * @see #addCategory
5118 * @see #addCategory
6079 public Intent addCategory(String category) { method in class:Intent
[all...]
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java475 intent.addCategory(nextArgRequired());
722 baseIntent.addCategory(Intent.CATEGORY_LAUNCHER);
733 baseIntent.addCategory(Intent.CATEGORY_LAUNCHER);
738 baseIntent.addCategory(Intent.CATEGORY_LAUNCHER);
/frameworks/base/core/java/android/os/storage/
H A DVolumeInfo.java439 intent.addCategory(Intent.CATEGORY_DEFAULT);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsActivity.java217 homeIntent.addCategory(Intent.CATEGORY_HOME);

Completed in 1154 milliseconds

12