Home
last modified time | relevance | path

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

/cts/tests/tests/deviceconfig/src/android/deviceconfig/cts/
DDeviceConfigApiTests.java71 private static final String KEY_NON_EXISTING = "key_non_existing"; field in DeviceConfigApiTests
1060 assertNull(DeviceConfig.getProperty(NAMESPACE1, KEY_NON_EXISTING)); in testDeleteProperty_withNonExistingProperty()
1062 deletePropertyAndAssertNoChange(NAMESPACE1, KEY_NON_EXISTING); in testDeleteProperty_withNonExistingProperty()