Home
last modified time | relevance | path

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

/cts/tests/tests/deviceconfig/src/android/deviceconfig/cts/
DDeviceConfigApiTests.java73 private static final boolean DEFAULT_BOOLEAN_TRUE = true; field in DeviceConfigApiTests
511 final boolean result = DeviceConfig.getBoolean(NAMESPACE1, KEY1, DEFAULT_BOOLEAN_TRUE); in testGetBoolean_empty()
513 DEFAULT_BOOLEAN_TRUE, result); in testGetBoolean_empty()
536 final boolean result = DeviceConfig.getBoolean(NAMESPACE1, KEY1, DEFAULT_BOOLEAN_TRUE); in testGetBoolean_invalid()
548 DeviceConfig.getBoolean(null, KEY1, DEFAULT_BOOLEAN_TRUE); in testGetBoolean_nullNamespace()
562 DeviceConfig.getBoolean(NAMESPACE1, null, DEFAULT_BOOLEAN_TRUE); in testGetBoolean_nullName()
832 final boolean result = properties.getBoolean(KEY1, DEFAULT_BOOLEAN_TRUE); in testGetPropertiesBoolean_empty()
834 + "is null", DEFAULT_BOOLEAN_TRUE, result); in testGetPropertiesBoolean_empty()
859 final boolean result = properties.getBoolean(KEY1, DEFAULT_BOOLEAN_TRUE); in testGetPropertiesBoolean_invalid()