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/config/proxy/
DTradefedDelegator.java49 name = CommandOptions.INVOCATION_DATA,
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandOptions.java156 public static final String INVOCATION_DATA = "invocation-data"; field in CommandOptions
159 name = INVOCATION_DATA,
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DSubprocessTfLauncher.java348 mCmdArgs.add("--" + CommandOptions.INVOCATION_DATA); in addInvocationData()
354 mCmdArgs.add("--" + CommandOptions.INVOCATION_DATA); in addInvocationData()
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/
DTfTestLauncherTest.java128 Mockito.eq("--" + CommandOptions.INVOCATION_DATA), in testRun()