Home
last modified time | relevance | path

Searched refs:getCallerDisplayId (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DSafeActivityOptionsTest.java83 assertEquals(clone.getOriginalOptions().getCallerDisplayId(), callerDisplayId); in test_selectiveCloneDisplayOptions()
/frameworks/base/services/core/java/com/android/server/wm/
DSafeActivityOptions.java146 .setCallerDisplayId(options.getCallerDisplayId()) in cloneLaunchingOptions()
DTaskLaunchParamsModifier.java482 final int callerDisplayId = options.getCallerDisplayId(); in getPreferredLaunchTaskDisplayArea()
/frameworks/base/core/java/android/app/
DActivityOptions.java1724 public int getCallerDisplayId() { in getCallerDisplayId() method in ActivityOptions