Home
last modified time | relevance | path

Searched defs:launchDisplayId (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DSafeActivityOptionsTest.java53 final int launchDisplayId = 5; in test_selectiveCloneDisplayOptions() local
63 assertEquals(clone.getOriginalOptions().getLaunchDisplayId(), launchDisplayId); in test_selectiveCloneDisplayOptions() local
/frameworks/base/services/core/java/com/android/server/wm/
DSafeActivityOptions.java306 final int launchDisplayId = options.getLaunchDisplayId() == INVALID_DISPLAY in checkPermissions() local
327 final int launchDisplayId = options.getLaunchDisplayId(); in checkPermissions() local
DTaskLaunchParamsModifier.java413 final int launchDisplayId = options.getLaunchDisplayId() == INVALID_DISPLAY in getPreferredLaunchTaskDisplayArea() local
DRootWindowContainer.java2874 final int launchDisplayId = options.getLaunchDisplayId(); in getOrCreateRootTask() local
DActivityTaskSupervisor.java1167 boolean isCallerAllowedToLaunchOnDisplay(int callingPid, int callingUid, int launchDisplayId, in isCallerAllowedToLaunchOnDisplay()
/frameworks/base/core/java/android/app/
DActivityOptions.java1671 public ActivityOptions setLaunchDisplayId(int launchDisplayId) { in setLaunchDisplayId()