Home
last modified time | relevance | path

Searched refs:REMOTE_CONFIG_RETRIEVED_KEY (Results 1 – 2 of 2) sorted by relevance

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DDynamicConfig.java49 public static final String REMOTE_CONFIG_RETRIEVED_KEY = "remote_config_retrieved"; field in DynamicConfig
94 String val = mDynamicConfigMap.get(REMOTE_CONFIG_RETRIEVED_KEY).get(0); in remoteConfigRetrieved()
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DDynamicConfigHandler.java58 config.put(DynamicConfig.REMOTE_CONFIG_RETRIEVED_KEY, val); in setRemoteConfigRetrieved()