Home
last modified time | relevance | path

Searched defs:testCase (Results 1 – 2 of 2) 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.java132 protected void writePowerLog(String logType, String testCase, long delay) in writePowerLog()
147 protected void writePowerLog(String logType, String testCase, long time, in writePowerLog()
155 protected void writePowerLogStart(String testCase) throws IOException { in writePowerLogStart()
159 protected void writePowerLogEnd(String testCase) throws IOException { in writePowerLogEnd()
163 protected void writePowerLogIdleStart(String testCase, long delay) throws IOException { in writePowerLogIdleStart()
167 protected void writePowerLogIdleEnd(String testCase, long delay) throws IOException { in writePowerLogIdleEnd()