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

1 2

  /packages/apps/Contacts/tests/src/com/android/contacts/
ContactsLaunchPerformance.java 33 mIntent.addCategory(Intent.CATEGORY_LAUNCHER);
DialerLaunchPerformance.java 33 mIntent.addCategory(Intent.CATEGORY_LAUNCHER);
  /packages/apps/Camera/src/com/android/camera/
CameraButtonIntentReceiver.java 48 i.addCategory(Intent.CATEGORY_LAUNCHER);
  /cts/tests/tests/performance2/src/android/performance2/cts/
AppStartup.java 35 intent.addCategory(Intent.CATEGORY_LAUNCHER);
  /cts/tests/tests/performance4/src/android/performance4/cts/
AppStartup.java 35 intent.addCategory(Intent.CATEGORY_LAUNCHER);
  /cts/tests/tests/performance5/src/android/performance5/cts/
AppStartup.java 35 intent.addCategory(Intent.CATEGORY_LAUNCHER);
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyActivityEvent.java 50 intent.addCategory(Intent.CATEGORY_LAUNCHER);
Monkey.java 504 mMainCategories.add(Intent.CATEGORY_LAUNCHER);
    [all...]
  /development/samples/Home/src/com/example/android/home/
ApplicationInfo.java 56 intent.addCategory(Intent.CATEGORY_LAUNCHER);
Home.java 280 intent.addCategory(Intent.CATEGORY_LAUNCHER);
487 mainIntent.addCategory(Intent.CATEGORY_LAUNCHER);
  /cts/tests/tests/performance/src/android/performance/cts/
MultiAppStartupTest.java 45 intent.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);
  /packages/apps/Launcher2/src/com/android/launcher2/
ApplicationInfo.java 93 intent.addCategory(Intent.CATEGORY_LAUNCHER);
ShortcutInfo.java 113 intent.addCategory(Intent.CATEGORY_LAUNCHER);
AllAppsList.java 174 mainIntent.addCategory(Intent.CATEGORY_LAUNCHER);
LauncherProvider.java 629 intent.addCategory(Intent.CATEGORY_LAUNCHER);
    [all...]
  /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);
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/xml/
AndroidManifestParser.java 58 private final static String CATEGORY_LAUNCHER = "android.intent.category.LAUNCHER"; //$NON-NLS-1$
291 if (CATEGORY_LAUNCHER.equals(category)) {
  /packages/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationsProvider.java 431 mainIntent.addCategory(Intent.CATEGORY_LAUNCHER);
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DatabaseHelper.java     [all...]
  /frameworks/base/core/java/android/content/
Intent.java 111 * to execute. For example, {@link #CATEGORY_LAUNCHER} means it should
222 * the categories {@link #CATEGORY_LAUNCHER} and
300 * <category android:name="{@link #CATEGORY_LAUNCHER android.intent.category.LAUNCHER}" />
529 * <li> {@link #CATEGORY_LAUNCHER}
    [all...]

Completed in 375 milliseconds

1 2