Searched refs:launchedFromPid (Results 1 – 5 of 5) sorted by relevance
605 int launchedFromPid = 1324; in testSourceDisplayFromLaunchingDisplayIfAvailable() local608 .thenReturn(launchedFromPid); in testSourceDisplayFromLaunchingDisplayIfAvailable()616 when(mActivityTaskManagerService.getProcessController(launchedFromPid, launchedFromUid)) in testSourceDisplayFromLaunchingDisplayIfAvailable()737 int launchedFromPid = 1324; in testWindowingMode_forPassengerActivityOptions_updatedInParams() local740 when(mActivityRecordActivity.getLaunchedFromPid()).thenReturn(launchedFromPid); in testWindowingMode_forPassengerActivityOptions_updatedInParams()746 when(mActivityTaskManagerService.getProcessController(launchedFromPid, launchedFromUid)) in testWindowingMode_forPassengerActivityOptions_updatedInParams()
326 .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()
536 activityRecord.launchedFromPid, activityRecord.launchedFromUid); in getFallbackDisplayAreaForActivity()
630 final WindowProcessController caller = mAtm.mProcessMap.getProcess(r.launchedFromPid); in updateRapidActivityLaunch()
502 final int launchedFromPid; // always the pid who started the activity. field in ActivityRecord2228 launchedFromPid = _launchedFromPid; in ActivityRecord()3404 return mAtmService.mTaskSupervisor.canPlaceEntityOnDisplay(displayId, launchedFromPid, in canBeLaunchedOnDisplay()10527 return launchedFromPid;