HomeSort by relevance Sort by last modified time
    Searched refs:addCategory (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /development/apps/Development/src/com/android/development/
Development.java 27 targetIntent.addCategory(Intent.CATEGORY_TEST);
UnderdevelopedSettings.java 27 targetIntent.addCategory(Intent.CATEGORY_DEVELOPMENT_PREFERENCE);
  /frameworks/base/tests/SmokeTest/src/com/android/smoketest/
SmokeTestActivity.java 37 targetIntent.addCategory("android.intent.category.SMOKETEST_INSTRUMENTATION_TEST");
  /packages/experimental/DreamTheater/src/com/android/dreamtheater/
DreamTheaterActivity.java 12 .addCategory("android.intent.category.DREAM"),
  /packages/apps/Contacts/tests/src/com/android/contacts/
ContactsLaunchPerformance.java 33 mIntent.addCategory(Intent.CATEGORY_LAUNCHER);
DialerLaunchPerformance.java 33 mIntent.addCategory(Intent.CATEGORY_LAUNCHER);
  /cts/tests/src/android/app/cts/
LauncherActivityStub.java 39 targetIntent.addCategory(Intent.CATEGORY_FRAMEWORK_INSTRUMENTATION_TEST);
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
SchedulerService.java 36 .addCategory(Intent.CATEGORY_LAUNCHER)
  /packages/apps/Camera/src/com/android/camera/
CameraButtonIntentReceiver.java 48 i.addCategory(Intent.CATEGORY_LAUNCHER);
  /cts/tests/ApiDemosReferenceTest/src/android/apidemos/cts/
ApiDemosTest.java 71 mainIntent.addCategory(Intent.CATEGORY_SAMPLE_CODE);
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyActivityEvent.java 49 intent.addCategory(Intent.CATEGORY_LAUNCHER);
  /development/samples/Home/src/com/example/android/home/
ApplicationInfo.java 56 intent.addCategory(Intent.CATEGORY_LAUNCHER);
  /packages/apps/Settings/src/com/android/settings/
CreateShortcut.java 30 targetIntent.addCategory("com.android.settings.SHORTCUT");
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Grid1.java 55 mainIntent.addCategory(Intent.CATEGORY_LAUNCHER);
LayoutAnimation1.java 49 mainIntent.addCategory(Intent.CATEGORY_LAUNCHER);
LayoutAnimation4.java 50 mainIntent.addCategory(Intent.CATEGORY_LAUNCHER);
LayoutAnimation5.java 49 mainIntent.addCategory(Intent.CATEGORY_LAUNCHER);
LayoutAnimation6.java 49 mainIntent.addCategory(Intent.CATEGORY_LAUNCHER);
  /development/samples/NotePad/src/com/example/android/notepad/
NotesList.java 164 intent.addCategory(Intent.CATEGORY_ALTERNATIVE);
220 intent.addCategory(Intent.CATEGORY_ALTERNATIVE);
345 intent.addCategory(Intent.CATEGORY_ALTERNATIVE);
  /external/webkit/Source/WebCore/inspector/front-end/
AuditsPanel.js 59 this._launcherView.addCategory(this.categoriesById[id]);
99 addCategory: function(category)
102 this._launcherView.addCategory(category);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbAccessoryUriActivity.java 90 intent.addCategory(Intent.CATEGORY_BROWSABLE);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
IntentUtilities.java 162 i.addCategory(Intent.CATEGORY_LAUNCHER);
  /packages/apps/Email/src/com/android/email/activity/
ActivityHelper.java 71 intent.addCategory(Intent.CATEGORY_BROWSABLE);
  /packages/apps/Launcher2/src/com/android/launcher2/
ApplicationInfo.java 114 intent.addCategory(Intent.CATEGORY_LAUNCHER);
  /packages/experimental/UiAutomation/library/src/com/android/testing/uiautomation/
UiTestHelper.java 79 queryIntent.addCategory(Intent.CATEGORY_LAUNCHER);

Completed in 1020 milliseconds

1 2 3 4