Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DLandscapeOrientationActivity.java20 …tatic android.server.wm.app.Components.LandscapeOrientationActivity.EXTRA_CONFIG_INFO_IN_ON_CREATE;
38 if (!getIntent().hasExtra(EXTRA_CONFIG_INFO_IN_ON_CREATE)) { in onCreate()
46 extras.putParcelable(EXTRA_CONFIG_INFO_IN_ON_CREATE, new ConfigInfo(this, display)); in onCreate()
DComponents.java372 public static final String EXTRA_CONFIG_INFO_IN_ON_CREATE = "config_info_in_on_create"; field in Components.LandscapeOrientationActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DAppConfigurationTests.java35 …tatic android.server.wm.app.Components.LandscapeOrientationActivity.EXTRA_CONFIG_INFO_IN_ON_CREATE;
469 .setIntentExtra(bundle -> bundle.putBoolean(EXTRA_CONFIG_INFO_IN_ON_CREATE, true)) in testRotatedInfoWithFixedRotationTransform()
478 final ConfigInfo onCreateConfigInfo = extras.getParcelable(EXTRA_CONFIG_INFO_IN_ON_CREATE); in testRotatedInfoWithFixedRotationTransform()