Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java506 private static final List<String> TRUE_VALUES = Arrays.asList("1", "y", "yes", "on", "true"); field in NativeDevice
517 if (TRUE_VALUES.contains(value)) { in getBooleanProperty()