HomeSort by relevance Sort by last modified time
    Searched refs:getDirSuffix (Results 1 - 8 of 8) sorted by null

  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
InvocationFailureHandler.java 45 CompatibilityBuildHelper.getDirSuffix(buildHelper.getStartTime()));
TestRunHandler.java 54 buildHelper.getDirSuffix(buildHelper.getStartTime()));
SubPlanHelper.java 426 sb.append(CompatibilityBuildHelper.getDirSuffix(mResult.getStartTime()));
ResultReporter.java 251 CompatibilityBuildHelper.getDirSuffix(mBuildHelper.getStartTime()));
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/build/
CompatibilityBuildHelper.java 178 getDirSuffix(Long.parseLong(mBuildInfo.getBuildAttributes().get(START_TIME_MS))));
245 public static String getDirSuffix(long millis) {
CompatibilityBuildProvider.java 185 info.addBuildAttribute(RESULT_DIR, getDirSuffix(startTimeMs));
248 private String getDirSuffix(long millis) {
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/
CompatibilityConsole.java 365 CompatibilityBuildHelper.getDirSuffix(result.getStartTime()),
  /cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
ModuleRepoTest.java 144 File resultDir = new File(resultsDir, CompatibilityBuildHelper.getDirSuffix(0));
    [all...]

Completed in 237 milliseconds