Home
last modified time | relevance | path

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

/cts/tests/tests/deviceconfig/src/android/deviceconfig/cts/
DDeviceConfigApiTests.java88 private static final float VALID_FLOAT = 456.789f; field in DeviceConfigApiTests
709 DeviceConfig.setProperty(NAMESPACE1, KEY1, String.valueOf(VALID_FLOAT), in testGetFloat_valid()
714 + " getProperty() when property is not null", VALID_FLOAT, result, 0.0); in testGetFloat_valid()
954 setPropertiesAndAssertSuccessfulChange(NAMESPACE1, KEY1, String.valueOf(VALID_FLOAT)); in testGetPropertiesFloat_empty()
968 NAMESPACE1, KEY1, String.valueOf(VALID_FLOAT)); in testGetPropertiesFloat_valid()
972 + " getProperty() when property is not null", VALID_FLOAT, result, 0.0f); in testGetPropertiesFloat_valid()
1051 setPropertiesAndAssertSuccessfulChange(NAMESPACE1, KEY1, String.valueOf(VALID_FLOAT)); in testDeletePropertyFloat()