Home
last modified time | relevance | path

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

/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/build/
DCompatibilityBuildHelper.java81 mBuildInfo.addBuildAttribute(RESULT_DIR, getDirSuffix(startTimeMs)); in init()
223 getDirSuffix(Long.parseLong(mBuildInfo.getBuildAttributes().get(START_TIME_MS)))); in getResultDir()
251 public static String getDirSuffix(long millis) { in getDirSuffix() method in CompatibilityBuildHelper
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/
DCompatibilityConsole.java343 CompatibilityBuildHelper.getDirSuffix(result.getStartTime()), in listResults()
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DResultReporter.java224 CompatibilityBuildHelper.getDirSuffix(mBuildHelper.getStartTime())); in initializeResultDirectories()
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DCompatibilityTest.java538 CompatibilityBuildHelper.getDirSuffix(result.getStartTime())); in setupFilters()