Searched refs:launchDisplayId (Results 1 – 7 of 7) sorted by relevance
53 final int launchDisplayId = 5; in test_selectiveCloneDisplayOptions() local58 .setLaunchDisplayId(launchDisplayId) in test_selectiveCloneDisplayOptions()63 assertEquals(clone.getOriginalOptions().getLaunchDisplayId(), launchDisplayId); in test_selectiveCloneDisplayOptions() local
306 final int launchDisplayId = options.getLaunchDisplayId() == INVALID_DISPLAY in checkPermissions() local309 .getDisplayContent(launchDisplayId); in checkPermissions()327 final int launchDisplayId = options.getLaunchDisplayId(); in checkPermissions() local328 if (aInfo != null && launchDisplayId != INVALID_DISPLAY in checkPermissions()330 launchDisplayId, aInfo)) { in checkPermissions()334 + launchDisplayId; in checkPermissions()
413 final int launchDisplayId = options.getLaunchDisplayId() == INVALID_DISPLAY in getPreferredLaunchTaskDisplayArea() local416 .getDisplayContent(launchDisplayId); in getPreferredLaunchTaskDisplayArea()
1167 boolean isCallerAllowedToLaunchOnDisplay(int callingPid, int callingUid, int launchDisplayId, in isCallerAllowedToLaunchOnDisplay() argument1170 + "callingUid=%d", launchDisplayId, callingPid, callingUid); in isCallerAllowedToLaunchOnDisplay()1178 mRootWindowContainer.getDisplayContentOrCreate(launchDisplayId); in isCallerAllowedToLaunchOnDisplay()
2879 final int launchDisplayId = options.getLaunchDisplayId(); in getOrCreateRootTask() local2880 if (launchDisplayId != INVALID_DISPLAY) { in getOrCreateRootTask()2881 final DisplayContent displayContent = getDisplayContent(launchDisplayId); in getOrCreateRootTask()
1671 public ActivityOptions setLaunchDisplayId(int launchDisplayId) { in setLaunchDisplayId() argument1672 mLaunchDisplayId = launchDisplayId; in setLaunchDisplayId()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...