Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/device/cloud/
DGceAvdInfoTest.java761 GceAvdInfo.refineOxygenErrorType( in testRefineOxygenErrorType()
765 GceAvdInfo.refineOxygenErrorType( in testRefineOxygenErrorType()
769 GceAvdInfo.refineOxygenErrorType( in testRefineOxygenErrorType()
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceAvdInfo.java372 errorId = refineOxygenErrorType(errors); in parseGceInfoFromString()
450 InfraErrorIdentifier identifier = refineOxygenErrorType(oxygenRes.getStderr()); in parseGceInfoFromOxygenClientOutput()
504 static InfraErrorIdentifier refineOxygenErrorType(String errors) { in refineOxygenErrorType() method in GceAvdInfo
DGceManager.java303 InfraErrorIdentifier identifier = GceAvdInfo.refineOxygenErrorType(res.getStderr()); in startGceWithOxygenClient()