Searched defs:testCase (Results 1 – 5 of 5) sorted by relevance
/platform_testing/libraries/timeresult-helper/src/android/support/test/timeresulthelper/ |
D | TimeResultLogger.java | 30 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/ |
D | PowerTestHelper.java | 131 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/ |
D | NativePocTest.java | 79 private BaseHostJUnit4Test testCase; field in NativePocTest
|
/platform_testing/libraries/flicker/test/src/android/tools/flicker/junit/ |
D | FlickerServiceCachedTestCaseTest.kt | 183 val testCase = in skippedIfNonBlocking() constant
|
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/ |
D | ResultHandler.java | 266 ICaseResult testCase = module.getOrCreateResult(caseName); in getResultFromDir() local
|