Searched refs:EXTRA_APP_CONFIG_INFO (Results 1 – 3 of 3) sorted by relevance
19 import static android.server.wm.app.Components.LandscapeOrientationActivity.EXTRA_APP_CONFIG_INFO;50 extras.putParcelable(EXTRA_APP_CONFIG_INFO, new ConfigInfo(app, in onCreate()
387 public static final String EXTRA_APP_CONFIG_INFO = "app_config_info"; field in Components.LandscapeOrientationActivity
34 import static android.server.wm.app.Components.LandscapeOrientationActivity.EXTRA_APP_CONFIG_INFO;486 final ConfigInfo appConfigInfo = extras.getParcelable(EXTRA_APP_CONFIG_INFO); in testRotatedInfoWithFixedRotationTransform()