Home
last modified time | relevance | path

Searched refs:setLaunchMode (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/component/
H A DParsedActivityUtils.java166 ….setLaunchMode(sa.getInt(R.styleable.AndroidManifestActivity_launchMode, ActivityInfo.LAUNCH_MULTI… in parseActivityOrReceiver()
208 activity.setLaunchMode(ActivityInfo.LAUNCH_MULTIPLE) in parseActivityOrReceiver()
460 activity.setLaunchMode(LAUNCH_SINGLE_INSTANCE_PER_TASK); in parseActivityOrAlias()
H A DParsedActivityImpl.java598 public @NonNull ParsedActivityImpl setLaunchMode( int value) { in setLaunchMode() method in ParsedActivityImpl
/aosp14/frameworks/base/core/java/android/app/
H A DApplicationStartInfo.java378 public void setLaunchMode(@LaunchMode int launchMode) { in setLaunchMode() method in ApplicationStartInfo
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityStarterTests.java1285 .setLaunchMode(LAUNCH_SINGLE_TASK) in createSingleTaskActivityOn()
1308 .setLaunchMode(LAUNCH_SINGLE_TASK) in testReparentTopFocusedActivityToSecondaryDisplay()
H A DRootWindowContainerTests.java141 .setLaunchMode(ActivityInfo.LAUNCH_SINGLE_INSTANCE) in testFindActivityByTargetComponent()
H A DWindowTestsBase.java1147 ActivityBuilder setLaunchMode(int launchMode) { in setLaunchMode() method in WindowTestsBase.ActivityBuilder
H A DActivityRecordTests.java1255 .setLaunchMode(ActivityInfo.LAUNCH_SINGLE_INSTANCE) in testFinishActivityIfPossible_sendResultImmediately()
1264 .setLaunchMode(ActivityInfo.LAUNCH_SINGLE_INSTANCE) in testFinishActivityIfPossible_sendResultImmediately()
/aosp14/frameworks/base/services/
H A Dart-profile8348 HSPLcom/android/server/pm/pkg/component/ParsedActivityImpl;->setLaunchMode(I)Lcom/android/server/pm…