Home
last modified time | relevance | path

Searched refs:callerDisplayId (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSafeActivityOptionsTest.java54 final int callerDisplayId = 6; in test_selectiveCloneDisplayOptions() local
59 .setCallerDisplayId(callerDisplayId)) in test_selectiveCloneDisplayOptions()
64 assertEquals(clone.getOriginalOptions().getCallerDisplayId(), callerDisplayId); in test_selectiveCloneDisplayOptions() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskLaunchParamsModifier.java472 final int callerDisplayId = options.getCallerDisplayId(); in getPreferredLaunchTaskDisplayArea() local
474 mSupervisor.mRootWindowContainer.getDisplayContent(callerDisplayId); in getPreferredLaunchTaskDisplayArea()
477 if (DEBUG) appendLog("display-from-caller=" + callerDisplayId); in getPreferredLaunchTaskDisplayArea()
/aosp14/frameworks/base/core/java/android/app/
H A DActivityOptions.java1682 public ActivityOptions setCallerDisplayId(int callerDisplayId) { in setCallerDisplayId() argument
1683 mCallerDisplayId = callerDisplayId; in setCallerDisplayId()