Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DLandscapeOrientationActivity.java19 import static android.server.wm.app.Components.LandscapeOrientationActivity.EXTRA_APP_CONFIG_INFO;
50 extras.putParcelable(EXTRA_APP_CONFIG_INFO, new ConfigInfo(app, in onCreate()
DComponents.java371 public static final String EXTRA_APP_CONFIG_INFO = "app_config_info"; field in Components.LandscapeOrientationActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DAppConfigurationTests.java34 import static android.server.wm.app.Components.LandscapeOrientationActivity.EXTRA_APP_CONFIG_INFO;
476 final ConfigInfo appConfigInfo = extras.getParcelable(EXTRA_APP_CONFIG_INFO); in testRotatedInfoWithFixedRotationTransform()