Searched refs:KEY_RESOURCES_CONFIG (Results 1 – 3 of 3) sorted by relevance
25 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()
719 public static final String KEY_RESOURCES_CONFIG = "resources_config"; field in Components.UiScalingTestActivity
26 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()