Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DSafeActivityOptionsTest.java73 final int callerDisplayId = 6; in test_selectiveCloneDisplayOptions() local
78 .setCallerDisplayId(callerDisplayId)) in test_selectiveCloneDisplayOptions()
83 assertEquals(clone.getOriginalOptions().getCallerDisplayId(), callerDisplayId); in test_selectiveCloneDisplayOptions() local
/frameworks/base/services/core/java/com/android/server/wm/
DTaskLaunchParamsModifier.java482 final int callerDisplayId = options.getCallerDisplayId(); in getPreferredLaunchTaskDisplayArea() local
484 mSupervisor.mRootWindowContainer.getDisplayContent(callerDisplayId); in getPreferredLaunchTaskDisplayArea()
487 if (DEBUG) appendLog("display-from-caller=" + callerDisplayId); in getPreferredLaunchTaskDisplayArea()
/frameworks/base/core/java/android/app/
DActivityOptions.java1729 public ActivityOptions setCallerDisplayId(int callerDisplayId) { in setCallerDisplayId() argument
1730 mCallerDisplayId = callerDisplayId; in setCallerDisplayId()