Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/log/
DBaseLeveledLogOutput.java116 if (shouldForceVerbosity()) { in initComponentVerbosity()
126 public boolean shouldForceVerbosity() { in shouldForceVerbosity() method in BaseLeveledLogOutput
DBaseStreamLogger.java101 if (forcedLevel == null || !shouldForceVerbosity()) { in shouldWrite()