Home
last modified time | relevance | path

Searched defs:testCase (Results 1 – 5 of 5) sorted by relevance

/platform_testing/libraries/timeresult-helper/src/android/support/test/timeresulthelper/
DTimeResultLogger.java30 public static void writeTimeStamp(String logType, String testCase, long delay, File destFile) in writeTimeStamp()
35 public static void writeTimeStamp(String logType, String testCase, long time, in writeTimeStamp()
43 public static void writeTimeStampLogStart(String testCase, File destFile) throws IOException { in writeTimeStampLogStart()
47 public static void writeTimeStampLogEnd(String testCase, File destFile) throws IOException { in writeTimeStampLogEnd()
51 public static void writeResultToFile(String testCase, File destFile, Bundle result) in writeResultToFile()
/platform_testing/libraries/power-helper/src/com/android/helper/
DPowerTestHelper.java131 protected void writePowerLog(String logType, String testCase, long delay) in writePowerLog()
146 protected void writePowerLog(String logType, String testCase, long time, in writePowerLog()
154 protected void writePowerLogStart(String testCase) throws IOException { in writePowerLogStart()
158 protected void writePowerLogEnd(String testCase) throws IOException { in writePowerLogEnd()
162 protected void writePowerLogIdleStart(String testCase, long delay) throws IOException { in writePowerLogIdleStart()
166 protected void writePowerLogIdleEnd(String testCase, long delay) throws IOException { in writePowerLogIdleEnd()
/platform_testing/libraries/sts-common-util/host-side/tests/src/com/android/sts/common/
DNativePocTest.java79 private BaseHostJUnit4Test testCase; field in NativePocTest
/platform_testing/libraries/flicker/test/src/android/tools/flicker/junit/
DFlickerServiceCachedTestCaseTest.kt183 val testCase = in skippedIfNonBlocking() constant
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DResultHandler.java266 ICaseResult testCase = module.getOrCreateResult(caseName); in getResultFromDir() local