HomeSort by relevance Sort by last modified time
    Searched refs:addCategory (Results 1 - 25 of 95) 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);
  /packages/apps/LegacyCamera/src/com/android/camera/
CameraButtonIntentReceiver.java 48 i.addCategory(Intent.CATEGORY_LAUNCHER);
  /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);
  /cts/tests/tests/content/src/android/content/cts/
IntentTest.java 129 mIntent.addCategory(TEST_CATEGORY);
159 mIntent.addCategory(TEST_CATEGORY);
293 mIntent.addCategory(TEST_CATEGORY);
538 mIntent.addCategory(TEST_CATEGORY);
624 mIntent.addCategory(TEST_CATEGORY);
650 mIntent.addCategory(TEST_CATEGORY);
779 mIntent.addCategory(TEST_CATEGORY);
    [all...]
  /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);
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GlAppSwitchTest.java 86 intentIsland.addCategory(Intent.CATEGORY_LAUNCHER);
  /development/samples/AppNavigation/src/com/example/android/appnavigation/app/
AppNavHomeActivity.java 53 intent.addCategory(Intent.CATEGORY_SAMPLE_CODE);
  /development/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
AppNavHomeActivity.java 53 intent.addCategory(Intent.CATEGORY_SAMPLE_CODE);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbAccessoryUriActivity.java 90 intent.addCategory(Intent.CATEGORY_BROWSABLE);

Completed in 1152 milliseconds

1 2 3 4