Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DITestSuite.java116 public static final String RUNNER_WHITELIST = "runner-whitelist"; field in ITestSuite
268 @Option(name = RUNNER_WHITELIST, description = "Runner class(es) that are allowed to run.")
603 checkClassLoad(mAllowedRunners, RUNNER_WHITELIST); in run()