Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java616 final String[] negativeValues = {"0", "n", "no", "false", "off"}; in getBooleanSystemProperty() local
624 if (Arrays.asList(negativeValues).contains(propertyValue)) { in getBooleanSystemProperty()