Home
last modified time | relevance | path

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

/cts/tests/tests/deviceconfig/src/android/deviceconfig/cts/
DDeviceConfigApiTests.java64 private static final String KEY4 = "key4"; field in DeviceConfigApiTests
171 nullifyProperty(NAMESPACE3, KEY4); in cleanUp()
172 nullifyProperty(NAMESPACE4, KEY4); in cleanUp()
199 DeviceConfig.setProperty(NAMESPACE4, KEY4, VALUE4, false); in testPropertiesIncludedInGetAllProperties()
213 boolean hasValue4 = VALUE4.equals(properties.getString(KEY4, null)); in testPropertiesIncludedInGetAllProperties()
252 DeviceConfig.setProperty(NAMESPACE3, KEY4, VALUE4, /* makeDefault= */ false); in testAddStickyLocalOverrideDoesNotAffectOtherFlags()
253 String key4Value = DeviceConfig.getProperty(NAMESPACE3, KEY4); in testAddStickyLocalOverrideDoesNotAffectOtherFlags()
267 DeviceConfig.setProperty(NAMESPACE3, KEY4, VALUE3, false); in testGetStickyLocalOverrides()
269 DeviceConfig.setLocalOverride(NAMESPACE3, KEY4, VALUE4); in testGetStickyLocalOverrides()
274 expectedInnerMap.put(KEY4, VALUE3); in testGetStickyLocalOverrides()
[all …]