Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/
DCaseResultTest.java90 mResult.mergeFrom(otherResult); in testMergeCase()
105 mResult.mergeFrom(otherResult); in testMergeCase_passToFail()
116 mResult.mergeFrom(otherResult); in testMergeCase_mismatchedModuleName()
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DICaseResult.java61 void mergeFrom(ICaseResult otherCaseResult); in mergeFrom() method
DIModuleResult.java156 void mergeFrom(IModuleResult otherModuleResult); in mergeFrom() method
DModuleResult.java276 public void mergeFrom(IModuleResult otherModuleResult) { in mergeFrom() method in ModuleResult
299 caseResult.mergeFrom(otherCaseResult); in mergeFrom()
DCaseResult.java119 public void mergeFrom(ICaseResult otherCaseResult) { in mergeFrom() method in CaseResult
DInvocationResult.java111 existingModuleResult.mergeFrom(moduleResult); in mergeModuleResult()