Home
last modified time | relevance | path

Searched refs:getLaunchDisplayId (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSafeActivityOptionsTest.java47 assertEquals(6, result.getLaunchDisplayId()); in testMerge()
63 assertEquals(clone.getOriginalOptions().getLaunchDisplayId(), launchDisplayId); in test_selectiveCloneDisplayOptions()
H A DActivityStartInterceptorTest.java425 assertEquals(3, mInterceptor.mActivityOptions.getLaunchDisplayId()); in testInterceptionCallback_singleCallback()
452 assertEquals(3, mInterceptor.mActivityOptions.getLaunchDisplayId()); in testInterceptionCallback_skipResolving()
464 assertEquals(3, mInterceptor.mActivityOptions.getLaunchDisplayId()); in testInterceptionCallback_NoSkipResolving()
H A DActivityOptionsTest.java83 assertEquals(Integer.MAX_VALUE, restoredOpts.getLaunchDisplayId()); in testMerge_NoClobber()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSafeActivityOptions.java145 .setLaunchDisplayId(options.getLaunchDisplayId()) in cloneLaunchingOptions()
306 final int launchDisplayId = options.getLaunchDisplayId() == INVALID_DISPLAY in checkPermissions()
307 ? DEFAULT_DISPLAY : options.getLaunchDisplayId(); in checkPermissions()
327 final int launchDisplayId = options.getLaunchDisplayId(); in checkPermissions()
H A DTaskLaunchParamsModifier.java413 final int launchDisplayId = options.getLaunchDisplayId() == INVALID_DISPLAY in getPreferredLaunchTaskDisplayArea()
414 ? DEFAULT_DISPLAY : options.getLaunchDisplayId(); in getPreferredLaunchTaskDisplayArea()
428 options != null ? options.getLaunchDisplayId() : INVALID_DISPLAY; in getPreferredLaunchTaskDisplayArea()
H A DRootWindowContainer.java2879 final int launchDisplayId = options.getLaunchDisplayId(); in getOrCreateRootTask()
H A DActivityRecord.java2180 mHandoverLaunchDisplayId = options.getLaunchDisplayId(); in ActivityRecord()
/aosp14/frameworks/base/core/java/android/app/
H A DActivityOptions.java1656 public int getLaunchDisplayId() { in getLaunchDisplayId() method in ActivityOptions
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt4817 method public int getLaunchDisplayId();