Home
last modified time | relevance | path

Searched defs: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
/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/report/
DScubaExportStrategyTest.kt44 private val testId = "test-id" constant
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/
DHeapDumpListener.java139 String testId = getTestFileName(description); in updateIterationCount() local
/platform_testing/tests/automotive/health/boottime/src/android/boottime/
DBootTimeTest.java294 private String processPerfettoFile(String testId) throws DeviceNotAvailableException { 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
/platform_testing/host_runners/boot/src/com/android/boot/
DBootTimeTest.java528 private String processPerfettoFile(String testId) throws DeviceNotAvailableException { in processPerfettoFile()
629 String testId = String.format("%s.%s$%d", BOOTTIME_TEST, BOOTTIME_TEST, (count + 1)); in testSuccessiveBoots() local