Home
last modified time | relevance | path

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

12

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/compatui/
DUserAspectRatioSettingsWindowManagerTest.java20 import static android.content.Intent.CATEGORY_LAUNCHER;
115 false, /* topActivityBoundsLetterboxed */ true, ACTION_MAIN, CATEGORY_LAUNCHER); in setUp()
200 true, /* topActivityBoundsLetterboxed */ true, ACTION_MAIN, CATEGORY_LAUNCHER); in testUpdateCompatInfo()
221 false, /* topActivityBoundsLetterboxed */ true, ACTION_MAIN, CATEGORY_LAUNCHER); in testUpdateCompatInfo()
229 true, /* topActivityBoundsLetterboxed */ true, ACTION_MAIN, CATEGORY_LAUNCHER); in testUpdateCompatInfo()
255 false, /* topActivityBoundsLetterboxed */ true, ACTION_MAIN, CATEGORY_LAUNCHER); in testUpdateCompatInfoLayoutNotInflatedYet()
263 true, /* topActivityBoundsLetterboxed */ true, ACTION_MAIN, CATEGORY_LAUNCHER); in testUpdateCompatInfoLayoutNotInflatedYet()
272 true, /* topActivityBoundsLetterboxed */ true, ACTION_MAIN, CATEGORY_LAUNCHER); in testEligibleButtonHiddenIfLetterboxBoundsEqualToStableBounds()
297 true, /* topActivityBoundsLetterboxed */ true, ACTION_MAIN, CATEGORY_LAUNCHER); in testUserFullscreenOverrideEnabled_buttonAlwaysShown()
385 true, /* topActivityBoundsLetterboxed */ true, ACTION_MAIN, CATEGORY_LAUNCHER); in testLayoutHasUserAspectRatioSettingsButton()
/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/
DSplitScreenActivity.java41 intent.addCategory(Intent.CATEGORY_LAUNCHER); in onPostCreate()
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
DSchedulerService.java43 .addCategory(Intent.CATEGORY_LAUNCHER) in onStartCommand()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/base/actions/
DQSTileIntentUserInputHandler.kt95 .addCategory(Intent.CATEGORY_LAUNCHER) in handle()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DUtils.java67 homeIntent.addCategory(Intent.CATEGORY_LAUNCHER); in isHeadlessRemoteDisplayProvider()
/frameworks/base/core/java/android/content/pm/
DAppsQueryHelper.java100 Intent intent = new Intent(Intent.ACTION_MAIN).addCategory(Intent.CATEGORY_LAUNCHER); in queryApps()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/base/actions/
DQSTileIntentUserInputHandlerTest.kt111 .addCategory(Intent.CATEGORY_LAUNCHER) in testPassNonActivityPendingIntentAndRequestStartingActivity_findsIntentAndStarts()
/frameworks/base/core/tests/coretests/src/android/content/pm/
DAppsQueryHelperTests.java128 assertEquals(Intent.CATEGORY_LAUNCHER, intent.getCategories().iterator().next()); in queryIntentActivitiesAsUser()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
DUserAspectRatioSettingsWindowManager.java250 && intent.hasCategory(Intent.CATEGORY_LAUNCHER) in shouldShowUserAspectRatioSettingsButton()
/frameworks/base/packages/SettingsLib/SpaPrivileged/src/com/android/settingslib/spaprivileged/model/app/
DAppListRepository.kt184 val launchIntent = Intent(Intent.ACTION_MAIN, null).addCategory(Intent.CATEGORY_LAUNCHER) in getSystemPackageNames()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DPersonalAppsSuspensionHelper.java195 intentToResolve.addCategory(Intent.CATEGORY_LAUNCHER); in hasLauncherIntent()
DOverlayPackagesProvider.java250 launcherIntent.addCategory(Intent.CATEGORY_LAUNCHER); in getLaunchableApps()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/
DAppCopyHelper.java145 mLeanback ? Intent.CATEGORY_LEANBACK_LAUNCHER : Intent.CATEGORY_LAUNCHER); in addCurrentUsersApps()
DAppRestrictionsHelper.java175 launcherIntent.addCategory(Intent.CATEGORY_LAUNCHER); in fetchAndMergeApps()
/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.java158 intent.addCategory(Intent.CATEGORY_LAUNCHER); in onClick()
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/users/
DAppCopyingHelperTest.java84 addSystemAppsForIntent(new Intent(Intent.ACTION_MAIN).addCategory(Intent.CATEGORY_LAUNCHER), in testFetchAndMergeApps()
DAppRestrictionsHelperTest.java89 addSystemAppsForIntent(new Intent(Intent.ACTION_MAIN).addCategory(Intent.CATEGORY_LAUNCHER), in testFetchAndMergeApps()
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/
DMediaProjectionAppSelectorActivity.kt354 Intent(Intent.ACTION_MAIN).apply { addCategory(Intent.CATEGORY_LAUNCHER) } in Intent()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/v2/ui/
DInstallLaunch.kt317 if (intent != null && intent.hasCategory(Intent.CATEGORY_LAUNCHER)) { in <lambda>()
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
DMemoryUsageTest.java164 intentToResolve.addCategory(Intent.CATEGORY_LAUNCHER); in createMappings()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageMetrics.java391 intent.addCategory(Intent.CATEGORY_LAUNCHER); in isLauncherActivity()
/frameworks/base/services/core/java/com/android/server/input/
DKeyboardMetricsCollector.java313 || !intentCategories.contains(Intent.CATEGORY_LAUNCHER)) { in getLogEventFromIntent()
/frameworks/base/services/core/java/com/android/server/policy/
DModifierShortcutManager.java263 intent.addCategory(Intent.CATEGORY_LAUNCHER); in loadShortcuts()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DOverlayPackagesProviderTest.java484 .that(intent.getCategories()).containsExactly(Intent.CATEGORY_LAUNCHER); in queryIntentActivitiesAsUser()

12