Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DUserHelper.java205 ActivityOptions augmentedOptions = options != null ? options : ActivityOptions.makeBasic(); in injectDisplayIdIfNeeded() local
207 augmentedOptions.setLaunchDisplayId(mDisplayId); in injectDisplayIdIfNeeded()
209 Log.v(TAG, "injectDisplayIdIfNeeded(): returning " + augmentedOptions); in injectDisplayIdIfNeeded()
210 return augmentedOptions; in injectDisplayIdIfNeeded()