2025년 3월 27일부터 AOSP를 빌드하고 기여하려면 aosp-main
대신 android-latest-release
를 사용하는 것이 좋습니다. 자세한 내용은 AOSP 변경사항을 참고하세요.
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
SuiteResultHolder
public
class
SuiteResultHolder
extends Object
java.lang.Object
|
↳ |
com.android.tradefed.result.suite.SuiteResultHolder
|
호출 결과의 직렬화 및 역직렬화를 쉽게 하는 도우미 객체입니다.
요약
필드
completeModules
public int completeModules
endTime
public long endTime
failedTests
public long failedTests
hostName
public String hostName
modulesAbi
public modulesAbi
각 모듈의 abi 맵입니다.
passedTests
public long passedTests
runResults
public runResults
호출의 모든 결과 모음입니다.
startTime
public long startTime
totalModules
public int totalModules
공개 생성자
SuiteResultHolder
public SuiteResultHolder ()
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2025-07-27(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-27(UTC)"],[],[],null,["# SuiteResultHolder\n=================\n\n\n`\npublic\n\n\nclass\nSuiteResultHolder\n`\n\n\n`\n\nextends Object\n\n\n`\n\n`\n\n\n`\n\n|---|-----------------------------------------------------|\n| java.lang.Object ||\n| ↳ | com.android.tradefed.result.suite.SuiteResultHolder |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nHelper object to ease up serializing and deserializing the invocation results.\n\nSummary\n-------\n\n| ### Fields ||\n|------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` public int` | [completeModules](../../../../../../../reference/tradefed/com/android/tradefed/result/suite/SuiteResultHolder.html#completeModules) |\n| ` public `[IInvocationContext](../../../../../../../reference/tradefed/com/android/tradefed/invoker/IInvocationContext.html) | [context](../../../../../../../reference/tradefed/com/android/tradefed/result/suite/SuiteResultHolder.html#context) The context of the invocation that generated these results. |\n| ` public long` | [endTime](../../../../../../../reference/tradefed/com/android/tradefed/result/suite/SuiteResultHolder.html#endTime) |\n| ` public long` | [failedTests](../../../../../../../reference/tradefed/com/android/tradefed/result/suite/SuiteResultHolder.html#failedTests) |\n| ` public String` | [hostName](../../../../../../../reference/tradefed/com/android/tradefed/result/suite/SuiteResultHolder.html#hostName) |\n| ` public ` | [modulesAbi](../../../../../../../reference/tradefed/com/android/tradefed/result/suite/SuiteResultHolder.html#modulesAbi) A map of each module's abi. |\n| ` public long` | [passedTests](../../../../../../../reference/tradefed/com/android/tradefed/result/suite/SuiteResultHolder.html#passedTests) |\n| ` public ` | [runResults](../../../../../../../reference/tradefed/com/android/tradefed/result/suite/SuiteResultHolder.html#runResults) The collection of all results from the invocation. |\n| ` public long` | [startTime](../../../../../../../reference/tradefed/com/android/tradefed/result/suite/SuiteResultHolder.html#startTime) |\n| ` public int` | [totalModules](../../../../../../../reference/tradefed/com/android/tradefed/result/suite/SuiteResultHolder.html#totalModules) |\n\n| ### Public constructors ||\n|---------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ` `[SuiteResultHolder](../../../../../../../reference/tradefed/com/android/tradefed/result/suite/SuiteResultHolder.html#SuiteResultHolder())`() ` |\n\nFields\n------\n\n### completeModules\n\n```\npublic int completeModules\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n### context\n\n```\npublic IInvocationContext context\n```\n\nThe context of the invocation that generated these results.\n\n\u003cbr /\u003e\n\n### endTime\n\n```\npublic long endTime\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n### failedTests\n\n```\npublic long failedTests\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n### hostName\n\n```\npublic String hostName\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n### modulesAbi\n\n```\npublic modulesAbi\n```\n\nA map of each module's abi.\n\n\u003cbr /\u003e\n\n### passedTests\n\n```\npublic long passedTests\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n### runResults\n\n```\npublic runResults\n```\n\nThe collection of all results from the invocation.\n\n\u003cbr /\u003e\n\n### startTime\n\n```\npublic long startTime\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n### totalModules\n\n```\npublic int totalModules\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nPublic constructors\n-------------------\n\n### SuiteResultHolder\n\n```\npublic SuiteResultHolder ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e"]]