Searched refs:startActivityInner (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | ActivityStarterTests.java | 1438 startActivityInner(starter, target, null /* source */, null /* options */, in testRecycleTaskWakeUpWhenDreaming() 1467 startActivityInner(starter, outActivity[0], top, options, null /* inTask */, in testTargetTaskInSplitScreen() 1495 startActivityInner(starter, targetRecord, sourceRecord, null /* options */, in testStartActivityInner_inTaskFragment_failsByDefault() 1514 startActivityInner(starter, targetRecord, sourceRecord, null /* options */, in testStartActivityInner_inTaskFragment_allowedForSystemUid() 1532 startActivityInner(starter, targetRecord, sourceRecord, null /* options */, in testStartActivityInner_inTaskFragment_allowedForSameUid() 1558 startActivityInner(starter, targetRecord, sourceRecord, null /* options */, in testStartActivityInner_inTaskFragment_allowedTrustedCertUid() 1575 startActivityInner(starter, targetRecord, sourceRecord, null /* options */, in testStartActivityInner_inTaskFragment_allowedForUntrustedEmbedding() 1672 startActivityInner(starter, targetRecord, sourceRecord, opts, in testStartLaunchIntoPipActivity() 1691 startActivityInner(starter, targetRecord, sourceRecord, null /* options */, in testResultCanceledWhenNotAllowedStartingActivity() 1804 startActivityInner(starter, target, null /* source */, null /* options */, in testLaunchActivityWithoutDisplayCategory() [all …]
|
H A D | DisplayWindowPolicyControllerTests.java | 182 int result = starter.startActivityInner( in testCanActivityBeLaunched() 207 int result = starter.startActivityInner( in testCanActivityBeLaunched_requiredDisplayCategory()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityStarter.java | 1484 result = startActivityInner(r, sourceRecord, voiceSession, voiceInteractor, in startActivityUnchecked() 1629 int startActivityInner(final ActivityRecord r, ActivityRecord sourceRecord, in startActivityInner() method in ActivityStarter
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 10595 HPLcom/android/server/wm/ActivityStarter;->startActivityInner(Lcom/android/server/wm/ActivityRecord…
|