/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/compatui/ |
D | UserAspectRatioSettingsWindowManagerTest.java | 20 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/ |
D | SplitScreenActivity.java | 41 intent.addCategory(Intent.CATEGORY_LAUNCHER); in onPostCreate()
|
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
D | SchedulerService.java | 43 .addCategory(Intent.CATEGORY_LAUNCHER) in onStartCommand()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/base/actions/ |
D | QSTileIntentUserInputHandler.kt | 95 .addCategory(Intent.CATEGORY_LAUNCHER) in handle()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
D | Utils.java | 67 homeIntent.addCategory(Intent.CATEGORY_LAUNCHER); in isHeadlessRemoteDisplayProvider()
|
/frameworks/base/core/java/android/content/pm/ |
D | AppsQueryHelper.java | 100 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/ |
D | QSTileIntentUserInputHandlerTest.kt | 111 .addCategory(Intent.CATEGORY_LAUNCHER) in testPassNonActivityPendingIntentAndRequestStartingActivity_findsIntentAndStarts()
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | AppsQueryHelperTests.java | 128 assertEquals(Intent.CATEGORY_LAUNCHER, intent.getCategories().iterator().next()); in queryIntentActivitiesAsUser()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/ |
D | UserAspectRatioSettingsWindowManager.java | 250 && intent.hasCategory(Intent.CATEGORY_LAUNCHER) in shouldShowUserAspectRatioSettingsButton()
|
/frameworks/base/packages/SettingsLib/SpaPrivileged/src/com/android/settingslib/spaprivileged/model/app/ |
D | AppListRepository.kt | 184 val launchIntent = Intent(Intent.ACTION_MAIN, null).addCategory(Intent.CATEGORY_LAUNCHER) in getSystemPackageNames()
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | PersonalAppsSuspensionHelper.java | 195 intentToResolve.addCategory(Intent.CATEGORY_LAUNCHER); in hasLauncherIntent()
|
D | OverlayPackagesProvider.java | 250 launcherIntent.addCategory(Intent.CATEGORY_LAUNCHER); in getLaunchableApps()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/ |
D | AppCopyHelper.java | 145 mLeanback ? Intent.CATEGORY_LEANBACK_LAUNCHER : Intent.CATEGORY_LAUNCHER); in addCurrentUsersApps()
|
D | AppRestrictionsHelper.java | 175 launcherIntent.addCategory(Intent.CATEGORY_LAUNCHER); in fetchAndMergeApps()
|
/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/ |
D | ProcessErrorsTest.java | 238 launchable.addCategory(Intent.CATEGORY_LAUNCHER); in getLauncherActivities()
|
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
D | TestInteractionActivity.java | 158 intent.addCategory(Intent.CATEGORY_LAUNCHER); in onClick()
|
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/users/ |
D | AppCopyingHelperTest.java | 84 addSystemAppsForIntent(new Intent(Intent.ACTION_MAIN).addCategory(Intent.CATEGORY_LAUNCHER), in testFetchAndMergeApps()
|
D | AppRestrictionsHelperTest.java | 89 addSystemAppsForIntent(new Intent(Intent.ACTION_MAIN).addCategory(Intent.CATEGORY_LAUNCHER), in testFetchAndMergeApps()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/ |
D | MediaProjectionAppSelectorActivity.kt | 354 Intent(Intent.ACTION_MAIN).apply { addCategory(Intent.CATEGORY_LAUNCHER) } in Intent()
|
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/v2/ui/ |
D | InstallLaunch.kt | 317 if (intent != null && intent.hasCategory(Intent.CATEGORY_LAUNCHER)) { in <lambda>()
|
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/ |
D | MemoryUsageTest.java | 164 intentToResolve.addCategory(Intent.CATEGORY_LAUNCHER); in createMappings()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageMetrics.java | 391 intent.addCategory(Intent.CATEGORY_LAUNCHER); in isLauncherActivity()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | KeyboardMetricsCollector.java | 313 || !intentCategories.contains(Intent.CATEGORY_LAUNCHER)) { in getLogEventFromIntent()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | ModifierShortcutManager.java | 263 intent.addCategory(Intent.CATEGORY_LAUNCHER); in loadShortcuts()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
D | OverlayPackagesProviderTest.java | 484 .that(intent.getCategories()).containsExactly(Intent.CATEGORY_LAUNCHER); in queryIntentActivitiesAsUser()
|