Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandOptions.java125 public static final String INVOCATION_DATA = "invocation-data"; field in CommandOptions
128 name = INVOCATION_DATA,
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DSubprocessTfLauncher.java318 mCmdArgs.add("--" + CommandOptions.INVOCATION_DATA); in addInvocationData()
324 mCmdArgs.add("--" + CommandOptions.INVOCATION_DATA); in addInvocationData()
/tools/tradefederation/core/src/com/android/tradefed/config/proxy/
DTradefedDelegator.java46 name = CommandOptions.INVOCATION_DATA,
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DTfTestLauncherTest.java122 EasyMock.eq("--" + CommandOptions.INVOCATION_DATA), in testRun()