Searched refs:testId (Results 1 – 6 of 6) sorted by relevance
/platform_testing/libraries/health/rules/src/android/platform/test/rule/ |
D | CompilationFilterRule.java | 67 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/ |
D | ScubaExportStrategyTest.kt | 44 private val testId = "test-id" constant 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/ |
D | HeapDumpListener.java | 139 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/ |
D | BootTimeTest.java | 294 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/ |
D | ChecksumReporter.java | 296 String testId = buildTestId(suiteName, caseName, testName, abi); in generateTestResultSignature() local 307 .append(testId) in generateTestResultSignature()
|
/platform_testing/host_runners/boot/src/com/android/boot/ |
D | BootTimeTest.java | 528 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()
|