Home
last modified time | relevance | path

Searched refs:CLASS_NOT_FOUND (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DSandboxConfigUtil.java135 if (result.getStderr().contains(InfraErrorIdentifier.CLASS_NOT_FOUND.name())) { in dumpConfigForVersion()
136 error = InfraErrorIdentifier.CLASS_NOT_FOUND; in dumpConfigForVersion()
/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationDef.java387 InfraErrorIdentifier.CLASS_NOT_FOUND, in checkRejectedObjects()
515 InfraErrorIdentifier.CLASS_NOT_FOUND, in getClassForObject()
/tools/tradefederation/core/common_util/com/android/tradefed/result/error/
DInfraErrorIdentifier.java107 CLASS_NOT_FOUND(505_252, FailureStatus.CUSTOMER_ISSUE), enumConstant