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

1 2 3

  /packages/apps/Contacts/tests/src/com/android/contacts/
ContactsLaunchPerformance.java 33 mIntent.addCategory(Intent.CATEGORY_LAUNCHER);
  /packages/apps/Dialer/tests/src/com/android/dialer/
DialerLaunchPerformance.java 33 mIntent.addCategory(Intent.CATEGORY_LAUNCHER);
  /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/Camera2/src/com/android/camera/
CameraButtonIntentReceiver.java 50 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);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
RobolectricPackageManagerTest.java 66 i.addCategory(Intent.CATEGORY_LAUNCHER);
76 i.addCategory(Intent.CATEGORY_LAUNCHER);
91 Intent i = new Intent(Intent.ACTION_MAIN, null).addCategory(Intent.CATEGORY_LAUNCHER);
109 i.addCategory(Intent.CATEGORY_LAUNCHER);
  /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);
Grid3.java 62 mainIntent.addCategory(Intent.CATEGORY_LAUNCHER);
  /frameworks/support/v4/java/android/support/v4/content/
IntentCompat.java 41 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
  /cts/suite/cts/hostTests/uihost/control/src/com/android/cts/taskswitching/control/
TaskswitchingDeviceTest.java 97 intent.addCategory(Intent.CATEGORY_LAUNCHER);
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GlAppSwitchTest.java 86 intentIsland.addCategory(Intent.CATEGORY_LAUNCHER);
  /external/chromium_org/chrome/android/testshell/javatests/src/org/chromium/chrome/testshell/
ChromiumTestShellTestBase.java 37 intent.addCategory(Intent.CATEGORY_LAUNCHER);
  /packages/apps/Launcher2/src/com/android/launcher2/
ApplicationInfo.java 109 intent.addCategory(Intent.CATEGORY_LAUNCHER);
ShortcutInfo.java 110 intent.addCategory(Intent.CATEGORY_LAUNCHER);
  /packages/apps/Settings/src/com/android/settings/quicklaunch/
BookmarkPicker.java 140 sLaunchIntent = new Intent(Intent.ACTION_MAIN).addCategory(Intent.CATEGORY_LAUNCHER);
250 intent.addCategory(Intent.CATEGORY_LAUNCHER);
  /external/chromium_org/content/shell/android/javatests/src/org/chromium/content_shell_apk/
ContentShellTestBase.java 56 intent.addCategory(Intent.CATEGORY_LAUNCHER);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
IntentUtilities.java 198 i.addCategory(Intent.CATEGORY_LAUNCHER);
  /packages/apps/Launcher3/src/com/android/launcher3/
AppInfo.java 125 intent.addCategory(Intent.CATEGORY_LAUNCHER);

Completed in 683 milliseconds

1 2 3