Home
last modified time | relevance | path

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

/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/build/
DCompatibilityBuildHelper.java74 public String getRecentCommandLineArgs() { in getRecentCommandLineArgs() method in CompatibilityBuildHelper
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DResultReporter.java185 mCanMarkDone = canMarkDone(mBuildHelper.getRecentCommandLineArgs()); in invocationStarted()