Searched refs:callerDisplayId (Results 1 – 3 of 3) sorted by relevance
54 final int callerDisplayId = 6; in test_selectiveCloneDisplayOptions() local59 .setCallerDisplayId(callerDisplayId)) in test_selectiveCloneDisplayOptions()64 assertEquals(clone.getOriginalOptions().getCallerDisplayId(), callerDisplayId); in test_selectiveCloneDisplayOptions() local
472 final int callerDisplayId = options.getCallerDisplayId(); in getPreferredLaunchTaskDisplayArea() local474 mSupervisor.mRootWindowContainer.getDisplayContent(callerDisplayId); in getPreferredLaunchTaskDisplayArea()477 if (DEBUG) appendLog("display-from-caller=" + callerDisplayId); in getPreferredLaunchTaskDisplayArea()
1682 public ActivityOptions setCallerDisplayId(int callerDisplayId) { in setCallerDisplayId() argument1683 mCallerDisplayId = callerDisplayId; in setCallerDisplayId()