Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/module/
DBaseModuleController.java87 public final boolean shouldCaptureBugreport() { in shouldCaptureBugreport() method in BaseModuleController
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DModuleDefinition.java1038 failureListener.applyModuleConfiguration(controller.shouldCaptureBugreport()); in applyConfigurationControl()