Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/retry/
DIRetryDecision.java117 public List<String> getCommandLineArgs(); in getCommandLineArgs() method
DRetryCountParser.java90 public List<String> getCommandLineArgs() { in getCommandLineArgs() method in RetryCountParser
DBaseRetryDecision.java209 public List<String> getCommandLineArgs() { in getCommandLineArgs() method in BaseRetryDecision
211 args.addAll(getRetryCountParser().getCommandLineArgs()); in getCommandLineArgs()
/tools/tradefederation/core/javatests/com/android/tradefed/retry/
DBaseRetryDecisionTest.java144 List<String> args = mRetryDecision.getCommandLineArgs(); in testGetCommandLineArgs()