Home
last modified time | relevance | path

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

/external/autotest/server/cros/
Ddebugd_dev_tools.py47 DEV_FEATURES_DISABLED = 1 << 0 variable
95 return query_dev_tools_state(host) != DEV_FEATURES_DISABLED
247 enabled = bool((state != DEV_FEATURES_DISABLED) and
/external/cros/system_api/dbus/debugd/
Ddbus-constants.h51 DEV_FEATURES_DISABLED = 1 << 0, enumerator