Home
last modified time | relevance | path

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

/cts/tests/tests/deviceconfig/src/android/deviceconfig/cts/
DDeviceConfigApiTests.java165 nullifyProperty(NAMESPACE1, KEY1); in cleanUp()
166 nullifyProperty(NAMESPACE2, KEY1); in cleanUp()
167 nullifyProperty(NAMESPACE1, KEY2); in cleanUp()
168 nullifyProperty(NAMESPACE2, KEY2); in cleanUp()
169 nullifyProperty(NAMESPACE3, KEY3); in cleanUp()
170 nullifyProperty(NAMESPACE4, KEY3); in cleanUp()
171 nullifyProperty(NAMESPACE3, KEY4); in cleanUp()
172 nullifyProperty(NAMESPACE4, KEY4); in cleanUp()
1517 private void nullifyProperty(String namespace, String key) { in nullifyProperty() method in DeviceConfigApiTests