Home
last modified time | relevance | path

Searched refs:BUGREPORTZ_RESPONSE_PATTERN (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceManager.java81 private static final Pattern BUGREPORTZ_RESPONSE_PATTERN = Pattern.compile("(OK:)(.*)"); field in GceManager
874 Matcher match = BUGREPORTZ_RESPONSE_PATTERN.matcher(output); in getBugreportzWithSsh()
943 Matcher match = BUGREPORTZ_RESPONSE_PATTERN.matcher(output); in getNestedDeviceSshBugreportz()
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java201 private static final Pattern BUGREPORTZ_RESPONSE_PATTERN = Pattern.compile("(OK:)(.*)"); field in TestDevice
446 Matcher match = BUGREPORTZ_RESPONSE_PATTERN.matcher(output); in getBugreportzInternal()