Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DSandboxOptions.java29 public static final String USE_PROTO_REPORTER = "use-proto-reporter"; field in SandboxOptions
49 name = USE_PROTO_REPORTER,
DTradefedSandbox.java303 commandLine = commandLine + " --" + SandboxOptions.USE_PROTO_REPORTER; in prepareConfiguration()
306 commandLine = commandLine + " --no-" + SandboxOptions.USE_PROTO_REPORTER; in prepareConfiguration()