Home
last modified time | relevance | path

Searched refs:CATEGORY_LAUNCHER (Results 1 – 25 of 50) sorted by relevance

12

/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
DSchedulerService.java37 .addCategory(Intent.CATEGORY_LAUNCHER) in onStartCommand()
/frameworks/support/v4/java/android/support/v4/app/
DAppLaunchChecker.java78 && (launchIntent.hasCategory(Intent.CATEGORY_LAUNCHER) in onActivityCreate()
/frameworks/support/v4/java/android/support/v4/content/
DIntentCompat.java41 intent.addCategory(Intent.CATEGORY_LAUNCHER); in makeMainActivity()
/frameworks/base/docs/html-intl/intl/ru/training/basics/activity-lifecycle/
Dstarting.jd154 {@link android.content.Intent#CATEGORY_LAUNCHER LAUNCHER}. Например:</p>
170 {@link android.content.Intent#CATEGORY_LAUNCHER LAUNCHER}, значок
/frameworks/base/docs/html-intl/intl/ja/training/basics/activity-lifecycle/
Dstarting.jd152 android.content.Intent#ACTION_MAIN MAIN} アクションと {@link android.content.Intent#CATEGORY_LAUNCHER LAU…
170 {@link android.content.Intent#CATEGORY_LAUNCHER LAUNCHER} カテゴリのいずれかが宣言されていない場合は、アプリのアイコンがホーム画面のアプリ …
/frameworks/base/docs/html-intl/intl/zh-tw/training/basics/activity-lifecycle/
Dstarting.jd153 android.content.Intent#ACTION_MAIN MAIN} 行為與 {@link android.content.Intent#CATEGORY_LAUNCHER LAUNCH…
169 ….content.Intent#ACTION_MAIN MAIN} 行為或 {@link android.content.Intent#CATEGORY_LAUNCHER LAUNCHER} 類別…
/frameworks/base/docs/html-intl/intl/ko/training/basics/activity-lifecycle/
Dstarting.jd152 android.content.Intent#ACTION_MAIN MAIN} 작업 및{@link android.content.Intent#CATEGORY_LAUNCHER LAUNCH…
170 {@link android.content.Intent#CATEGORY_LAUNCHER LAUNCHER} 카테고리가
/frameworks/base/docs/html-intl/intl/zh-cn/training/basics/activity-lifecycle/
Dstarting.jd154 {@link android.content.Intent#CATEGORY_LAUNCHER LAUNCHER} 类别)在宣示说明中声明。例如:</p>
170 {@link android.content.Intent#CATEGORY_LAUNCHER LAUNCHER} 类别,那么您的应用图标将不会出现在应用的主屏幕列表中。
/frameworks/base/core/java/android/content/pm/
DAppsQueryHelper.java100 Intent intent = new Intent(Intent.ACTION_MAIN).addCategory(Intent.CATEGORY_LAUNCHER); in queryApps()
/frameworks/base/docs/html/guide/topics/manifest/
Dcategory-element.jd27 the string value for {@code CATEGORY_LAUNCHER} is
/frameworks/base/services/core/java/com/android/server/policy/
DShortcutManager.java163 intent.addCategory(Intent.CATEGORY_LAUNCHER); in loadShortcuts()
/frameworks/base/core/tests/coretests/src/android/content/pm/
DAppsQueryHelperTests.java128 assertEquals(Intent.CATEGORY_LAUNCHER, intent.getCategories().iterator().next()); in queryIntentActivitiesAsUser()
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
DProcessErrorsTest.java238 launchable.addCategory(Intent.CATEGORY_LAUNCHER); in getLauncherActivities()
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DTestInteractionActivity.java156 intent.addCategory(Intent.CATEGORY_LAUNCHER); in onClick()
/frameworks/base/docs/html-intl/intl/ru/guide/components/
Dtasks-and-back-stack.jd465 содержит фильтр намерений {@link android.content.Intent#CATEGORY_LAUNCHER}; см. раздел <a href="#St…
554 и фильтр {@link android.content.Intent#CATEGORY_LAUNCHER}. Представьте, например, что может произой…
Dintents-filters.jd260 <dt>{@link android.content.Intent#CATEGORY_LAUNCHER}</dt>
602 <li>Категория {@link android.content.Intent#CATEGORY_LAUNCHER} указывает, что значок этой операции
879 {@link android.content.Intent#CATEGORY_LAUNCHER}.</p>
/frameworks/base/docs/html-intl/intl/ko/guide/components/
Dtasks-and-back-stack.jd465 {@link android.content.Intent#CATEGORY_LAUNCHER} 인텐트 필터가 있습니다. 아래의 <a href="#Starting">작업 시작하기</a> …
554 및 {@link android.content.Intent#CATEGORY_LAUNCHER} 필터가 있을 때에만 사용해야 합니다. 예를 들어 필터가 누락되면 다음과 같은 일이
Dintents-filters.jd260 <dt>{@link android.content.Intent#CATEGORY_LAUNCHER}</dt>
602 <li>{@link android.content.Intent#CATEGORY_LAUNCHER} 카테고리는
879 {@link android.content.Intent#CATEGORY_LAUNCHER} 카테고리를 지정하는 인텐트 필터를 가진 액티비티를 모두 찾아야 합니다.</p>
/frameworks/base/services/core/java/com/android/server/pm/
DLauncherAppsService.java282 mainIntent.addCategory(Intent.CATEGORY_LAUNCHER); in getLauncherActivities()
499 launchIntent.addCategory(Intent.CATEGORY_LAUNCHER); in startActivityAsUser()
/frameworks/base/docs/html-intl/intl/zh-tw/guide/components/
Dintents-filters.jd260 <dt>{@link android.content.Intent#CATEGORY_LAUNCHER}</dt>
602 <li>{@link android.content.Intent#CATEGORY_LAUNCHER} 類別可指出此 Activity 的圖示應該放在系統的應用程式啟動器中。
878 {@link android.content.Intent#CATEGORY_LAUNCHER} 類別的意圖篩選器來尋找所有 Activity,以填入應用程式啟動器。
/frameworks/base/docs/html-intl/intl/ja/guide/components/
Dintents-filters.jd260 <dt>{@link android.content.Intent#CATEGORY_LAUNCHER}</dt>
602 …<li>{@link android.content.Intent#CATEGORY_LAUNCHER} カテゴリが、このアクティビティのアイコンをシステムのアプリ ランチャーに配置する必要がある…
876 …id.content.Intent#ACTION_MAIN} アクションと {@link android.content.Intent#CATEGORY_LAUNCHER} カテゴリを指定するイン…
Dtasks-and-back-stack.jd458 …が戻れるよう独立した手段を確保します。(タスクのルート アクティビティには {@link android.content.Intent#CATEGORY_LAUNCHER} インテント フィルタが…
550 …android.content.Intent#ACTION_MAIN} と {@link android.content.Intent#CATEGORY_LAUNCHER} フィルタを持つ場合のみ…
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
DMemoryUsageTest.java159 intentToResolve.addCategory(Intent.CATEGORY_LAUNCHER); in createMappings()
/frameworks/base/docs/html-intl/intl/zh-cn/guide/components/
Dintents-filters.jd260 <dt>{@link android.content.Intent#CATEGORY_LAUNCHER}</dt>
602 <li>{@link android.content.Intent#CATEGORY_LAUNCHER}
878 {@link android.content.Intent#CATEGORY_LAUNCHER} 类别的
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/
DAppRestrictionsHelper.java165 launcherIntent.addCategory(Intent.CATEGORY_LAUNCHER); in fetchAndMergeApps()

12