Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DSystemUtil.java54 private static final String LOCAL_AUTH_VARIABLE = "LOCAL_AUTH"; field in SystemUtil
191 if (System.getenv(LOCAL_AUTH_VARIABLE) != null) { in isLocalMode()