Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DSafeActivityOptionsTest.java44 assertEquals(6, result.getLaunchDisplayId()); in testMerge()
DActivityOptionsTest.java81 assertEquals(Integer.MAX_VALUE, restoredOpts.getLaunchDisplayId()); in testMerge_NoClobber()
/frameworks/opt/car/services/tests/src/com/android/server/wm/
DCarLaunchParamsModifierTest.java173 when(mActivityOptions.getLaunchDisplayId()).thenReturn(INVALID_DISPLAY); in setUp()
497 when(mActivityOptions.getLaunchDisplayId()).thenReturn(PASSENGER_DISPLAY_ID_10); in testPreferSourceDoNotOverrideActivityOptions()
/frameworks/base/services/core/java/com/android/server/wm/
DSafeActivityOptions.java240 final int launchDisplayId = options.getLaunchDisplayId(); in checkPermissions()
DTaskLaunchParamsModifier.java386 options != null ? options.getLaunchDisplayId() : INVALID_DISPLAY; in getPreferredLaunchTaskDisplayArea()
DRootWindowContainer.java2887 displayId = options.getLaunchDisplayId(); in getLaunchRootTask()
DActivityRecord.java1703 mHandoverLaunchDisplayId = options.getLaunchDisplayId(); in ActivityRecord()
/frameworks/opt/car/services/src/com/android/server/wm/
DCarLaunchParamsModifier.java303 int originalDisplayId = options.getLaunchDisplayId(); in onCalculate()
/frameworks/base/core/java/android/app/
DActivityOptions.java1421 public int getLaunchDisplayId() { in getLaunchDisplayId() method in ActivityOptions
/frameworks/base/core/api/
Dcurrent.txt4370 method public int getLaunchDisplayId();