Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DUiScalingTestActivity.java25 import static android.server.wm.app.Components.UiScalingTestActivity.KEY_RESOURCES_CONFIG;
67 replyData.putParcelable(KEY_RESOURCES_CONFIG, getResources().getConfiguration()); in handleCommand()
72 Configuration config = data.getParcelable(KEY_RESOURCES_CONFIG, in handleCommand()
DComponents.java719 public static final String KEY_RESOURCES_CONFIG = "resources_config"; field in Components.UiScalingTestActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DCompatScaleTests.java26 import static android.server.wm.app.Components.UiScalingTestActivity.KEY_RESOURCES_CONFIG;
156 .getParcelable(KEY_RESOURCES_CONFIG, Configuration.class); in runTestUpdateResourcesConfiguration()
159 data.putParcelable(KEY_RESOURCES_CONFIG, config); in runTestUpdateResourcesConfiguration()