Home
last modified time | relevance | path

Searched refs:launchedFromPid (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/car/services/updatableServices/tests/src/com/android/server/wm/
DCarLaunchParamsModifierUpdatableTest.java605 int launchedFromPid = 1324; in testSourceDisplayFromLaunchingDisplayIfAvailable() local
608 .thenReturn(launchedFromPid); in testSourceDisplayFromLaunchingDisplayIfAvailable()
616 when(mActivityTaskManagerService.getProcessController(launchedFromPid, launchedFromUid)) in testSourceDisplayFromLaunchingDisplayIfAvailable()
737 int launchedFromPid = 1324; in testWindowingMode_forPassengerActivityOptions_updatedInParams() local
740 when(mActivityRecordActivity.getLaunchedFromPid()).thenReturn(launchedFromPid); in testWindowingMode_forPassengerActivityOptions_updatedInParams()
746 when(mActivityTaskManagerService.getProcessController(launchedFromPid, launchedFromUid)) in testWindowingMode_forPassengerActivityOptions_updatedInParams()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskLaunchParamsModifierTests.java326 .getProcessController(mActivity.launchedFromPid, mActivity.launchedFromUid); in testUsesDisplayAreaFromLaunchingActivityIfApplicationLaunching()
357 .getProcessController(mActivity.launchedFromPid, mActivity.launchedFromUid); in testDisplayAreaFromLaunchingActivityTakesPrecedence()
383 .getProcessController(mActivity.launchedFromPid, mActivity.launchedFromUid); in testUsesDisplayAreaOriginalProcessAsLastResort()
403 .getProcessController(mActivity.launchedFromPid, mActivity.launchedFromUid); in testUsesDefaultDisplayAreaIfWindowProcessControllerIsNotPresent()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskLaunchParamsModifier.java536 activityRecord.launchedFromPid, activityRecord.launchedFromUid); in getFallbackDisplayAreaForActivity()
DWindowProcessController.java630 final WindowProcessController caller = mAtm.mProcessMap.getProcess(r.launchedFromPid); in updateRapidActivityLaunch()
DActivityRecord.java502 final int launchedFromPid; // always the pid who started the activity. field in ActivityRecord
2228 launchedFromPid = _launchedFromPid; in ActivityRecord()
3404 return mAtmService.mTaskSupervisor.canPlaceEntityOnDisplay(displayId, launchedFromPid, in canBeLaunchedOnDisplay()
10527 return launchedFromPid;