Searched refs:getLaunchDisplayId (Results 1 – 10 of 10) sorted by relevance
47 assertEquals(6, result.getLaunchDisplayId()); in testMerge()63 assertEquals(clone.getOriginalOptions().getLaunchDisplayId(), launchDisplayId); in test_selectiveCloneDisplayOptions()
425 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()
83 assertEquals(Integer.MAX_VALUE, restoredOpts.getLaunchDisplayId()); in testMerge_NoClobber()
145 .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()
413 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()
2879 final int launchDisplayId = options.getLaunchDisplayId(); in getOrCreateRootTask()
2180 mHandoverLaunchDisplayId = options.getLaunchDisplayId(); in ActivityRecord()
1656 public int getLaunchDisplayId() { in getLaunchDisplayId() method in ActivityOptions
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
4817 method public int getLaunchDisplayId();