Home
last modified time | relevance | path

Searched refs:testId (Results 1 – 6 of 6) sorted by relevance

/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DCompilationFilterRule.java67 String testId = String.format("%s#%s", normalizedClassName, normalizedMethodName); in finished() local
68 if (mCompiledTests.contains(testId)) { in finished()
69 Log.d(LOG_TAG, String.format("Test %s already compiled", testId)); in finished()
114 Log.d(LOG_TAG, String.format("Test %s compiled successfully", testId)); in finished()
115 mCompiledTests.add(testId); in finished()
/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/report/
DScubaExportStrategyTest.kt44 private val testId = "test-id" constant in platform.test.screenshot.report.ScubaExportStrategyTest
49 getPathOnDeviceFor(fileType, goldenId, testId) in getPathOnDeviceFor()
136 testId, in reportResult_withoutOptionalArgs_writesActualAndProto()
154 testId, in reportResult_withDiff_writesDiff()
173 testId, in reportResult_withExpected_writesExpected()
192 testId, in reportResult_passed_writesStatus()
206 testId, in reportResult_failed_writesStatus()
220 testId, in reportResult_writesCorrectImageContents()
245 testId, in reportResult_duplicateCall_doesNotOverwriteFile()
254 testId, in reportResult_duplicateCall_doesNotOverwriteFile()
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/
DHeapDumpListener.java139 String testId = getTestFileName(description); in updateIterationCount() local
140 if (mTestIterationCount.containsKey(testId)) { in updateIterationCount()
141 mTestIterationCount.put(testId, in updateIterationCount()
144 mTestIterationCount.put(testId, 1); in updateIterationCount()
/platform_testing/tests/automotive/health/boottime/src/android/boottime/
DBootTimeTest.java294 private String processPerfettoFile(String testId) throws DeviceNotAvailableException { in processPerfettoFile() argument
308 String.format("/data/local/tmp/%s.perfetto-trace", testId); in processPerfettoFile()
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DChecksumReporter.java296 String testId = buildTestId(suiteName, caseName, testName, abi); in generateTestResultSignature() local
307 .append(testId) in generateTestResultSignature()
/platform_testing/host_runners/boot/src/com/android/boot/
DBootTimeTest.java528 private String processPerfettoFile(String testId) throws DeviceNotAvailableException { in processPerfettoFile() argument
542 String.format(FINAL_PERFETTO_TRACE_LOCATION, testId); in processPerfettoFile()
629 String testId = String.format("%s.%s$%d", BOOTTIME_TEST, BOOTTIME_TEST, (count + 1)); in testSuccessiveBoots() local
633 new TestDescription(testId, String.format("%s", SUCCESSIVE_BOOT_TEST)); in testSuccessiveBoots()
637 testId, String.format("%s", SUCCESSIVE_BOOT_UNLOCK_TEST)); in testSuccessiveBoots()