Home
last modified time | relevance | path

Searched refs:launchDisplayId (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DSafeActivityOptions.java208 final int launchDisplayId = options.getLaunchDisplayId(); in checkPermissions() local
209 if (aInfo != null && launchDisplayId != INVALID_DISPLAY in checkPermissions()
211 launchDisplayId, aInfo)) { in checkPermissions()
215 + launchDisplayId; in checkPermissions()
DActivityStackSupervisor.java1067 boolean isCallerAllowedToLaunchOnDisplay(int callingPid, int callingUid, int launchDisplayId, in isCallerAllowedToLaunchOnDisplay() argument
1069 if (DEBUG_TASKS) Slog.d(TAG, "Launch on display check: displayId=" + launchDisplayId in isCallerAllowedToLaunchOnDisplay()
1078 mRootActivityContainer.getActivityDisplayOrCreate(launchDisplayId); in isCallerAllowedToLaunchOnDisplay()
/frameworks/base/core/java/android/app/
DActivityOptions.java1201 public ActivityOptions setLaunchDisplayId(int launchDisplayId) { in setLaunchDisplayId() argument
1202 mLaunchDisplayId = launchDisplayId; in setLaunchDisplayId()