Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSafeActivityOptionsTest.java53 final int launchDisplayId = 5; in test_selectiveCloneDisplayOptions() local
58 .setLaunchDisplayId(launchDisplayId) in test_selectiveCloneDisplayOptions()
63 assertEquals(clone.getOriginalOptions().getLaunchDisplayId(), launchDisplayId); in test_selectiveCloneDisplayOptions() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSafeActivityOptions.java306 final int launchDisplayId = options.getLaunchDisplayId() == INVALID_DISPLAY in checkPermissions() local
309 .getDisplayContent(launchDisplayId); in checkPermissions()
327 final int launchDisplayId = options.getLaunchDisplayId(); in checkPermissions() local
328 if (aInfo != null && launchDisplayId != INVALID_DISPLAY in checkPermissions()
330 launchDisplayId, aInfo)) { in checkPermissions()
334 + launchDisplayId; in checkPermissions()
H A DTaskLaunchParamsModifier.java413 final int launchDisplayId = options.getLaunchDisplayId() == INVALID_DISPLAY in getPreferredLaunchTaskDisplayArea() local
416 .getDisplayContent(launchDisplayId); in getPreferredLaunchTaskDisplayArea()
H A DActivityTaskSupervisor.java1167 boolean isCallerAllowedToLaunchOnDisplay(int callingPid, int callingUid, int launchDisplayId, in isCallerAllowedToLaunchOnDisplay() argument
1170 + "callingUid=%d", launchDisplayId, callingPid, callingUid); in isCallerAllowedToLaunchOnDisplay()
1178 mRootWindowContainer.getDisplayContentOrCreate(launchDisplayId); in isCallerAllowedToLaunchOnDisplay()
H A DRootWindowContainer.java2879 final int launchDisplayId = options.getLaunchDisplayId(); in getOrCreateRootTask() local
2880 if (launchDisplayId != INVALID_DISPLAY) { in getOrCreateRootTask()
2881 final DisplayContent displayContent = getDisplayContent(launchDisplayId); in getOrCreateRootTask()
/aosp14/frameworks/base/core/java/android/app/
H A DActivityOptions.java1671 public ActivityOptions setLaunchDisplayId(int launchDisplayId) { in setLaunchDisplayId() argument
1672 mLaunchDisplayId = launchDisplayId; in setLaunchDisplayId()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...