Searched refs:launchDisplayId (Results 1 – 3 of 3) sorted by relevance
208 final int launchDisplayId = options.getLaunchDisplayId(); in checkPermissions() local209 if (aInfo != null && launchDisplayId != INVALID_DISPLAY in checkPermissions()211 launchDisplayId, aInfo)) { in checkPermissions()215 + launchDisplayId; in checkPermissions()
1067 boolean isCallerAllowedToLaunchOnDisplay(int callingPid, int callingUid, int launchDisplayId, in isCallerAllowedToLaunchOnDisplay() argument1069 if (DEBUG_TASKS) Slog.d(TAG, "Launch on display check: displayId=" + launchDisplayId in isCallerAllowedToLaunchOnDisplay()1078 mRootActivityContainer.getActivityDisplayOrCreate(launchDisplayId); in isCallerAllowedToLaunchOnDisplay()
1201 public ActivityOptions setLaunchDisplayId(int launchDisplayId) { in setLaunchDisplayId() argument1202 mLaunchDisplayId = launchDisplayId; in setLaunchDisplayId()