Searched refs:callerDisplayId (Results 1 – 3 of 3) sorted by relevance
73 final int callerDisplayId = 6; in test_selectiveCloneDisplayOptions() local78 .setCallerDisplayId(callerDisplayId)) in test_selectiveCloneDisplayOptions()83 assertEquals(clone.getOriginalOptions().getCallerDisplayId(), callerDisplayId); in test_selectiveCloneDisplayOptions() local
482 final int callerDisplayId = options.getCallerDisplayId(); in getPreferredLaunchTaskDisplayArea() local484 mSupervisor.mRootWindowContainer.getDisplayContent(callerDisplayId); in getPreferredLaunchTaskDisplayArea()487 if (DEBUG) appendLog("display-from-caller=" + callerDisplayId); in getPreferredLaunchTaskDisplayArea()
1729 public ActivityOptions setCallerDisplayId(int callerDisplayId) { in setCallerDisplayId() argument1730 mCallerDisplayId = callerDisplayId; in setCallerDisplayId()