Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/lifecycle/
DActivityTests.java250 ActivityOptions activityOptions = getLaunchOptionsForFullscreen(); in testFinishAffinity_differentAffinity()
274 ActivityOptions activityOptions = getLaunchOptionsForFullscreen(); in testFinishAffinity_multiTask()
DActivityLifecycleTests.java178 .setOptions(getLaunchOptionsForFullscreen()) in testTranslucentMovedIntoStack()
185 ActivityOptions activityOptions = getLaunchOptionsForFullscreen(); in testTranslucentMovedIntoStack()
735 ActivityOptions activityOptions = getLaunchOptionsForFullscreen(); in testRestoreFromKill()
775 ActivityOptions activityOptions = getLaunchOptionsForFullscreen(); in testLocalRecreate()
839 ActivityOptions activityOptions = getLaunchOptionsForFullscreen(); in testOnNewIntentFromHidden()
DActivityLifecycleClientTestBase.java676 final ActivityOptions getLaunchOptionsForFullscreen() { in getLaunchOptionsForFullscreen() method