Searched refs:EXTRA_CONFIG_INFO_IN_ON_CREATE (Results 1 – 3 of 3) sorted by relevance
20 …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()
388 public static final String EXTRA_CONFIG_INFO_IN_ON_CREATE = "config_info_in_on_create"; field in Components.LandscapeOrientationActivity
35 …tatic android.server.wm.app.Components.LandscapeOrientationActivity.EXTRA_CONFIG_INFO_IN_ON_CREATE;479 .setIntentExtra(bundle -> bundle.putBoolean(EXTRA_CONFIG_INFO_IN_ON_CREATE, true)) in testRotatedInfoWithFixedRotationTransform()488 final ConfigInfo onCreateConfigInfo = extras.getParcelable(EXTRA_CONFIG_INFO_IN_ON_CREATE); in testRotatedInfoWithFixedRotationTransform()