Home
last modified time | relevance | path

Searched refs:logDebug (Results 1 – 6 of 6) sorted by relevance

/platform_testing/libraries/sts-common-util/util/src/com/android/sts/common/util/
DStsLogic.java207 logDebug(LOG_TAG, "filtering by incremental"); in shouldSkipIncremental()
224 logDebug(LOG_TAG, "no data for this old test"); in shouldSkipIncremental()
230 logDebug(LOG_TAG, "the test was recently modified"); in shouldSkipIncremental()
241 logDebug(LOG_TAG, "the test has a recent SPL"); in shouldSkipIncremental()
245 logDebug(LOG_TAG, "test should skip"); in shouldSkipIncremental()
316 public void logDebug(String logTag, String format, Object... args); in logDebug() method
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DMultiLog.java37 public void logDebug(String logTag, String format, Object... args); in logDebug() method
DBusinessLogicExecutor.java55 logDebug("Executing condition: %s", formatExecutionString(method, args)); in executeCondition()
74 logDebug("Executing action: %s", formatExecutionString(method, args)); in executeAction()
171 public abstract void logDebug(String format, Object... args); in logDebug() method in BusinessLogicExecutor
/platform_testing/libraries/sts-common-util/device-side/src/com/android/sts/common/util/
DStsExtraBusinessLogicTestCase.java115 public void logDebug(String logTag, String format, Object... args) { in logDebug() method in StsExtraBusinessLogicTestCase
/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/tradefed/testtype/
DStsExtraBusinessLogicHostTestBase.java122 public void logDebug(String logTag, String format, Object... args) { in logDebug() method in StsExtraBusinessLogicHostTestBase
/platform_testing/libraries/sts-common-util/util/tests/src/com/android/sts/common/util/
DStsLogicTest.java261 public void logDebug(String logTag, String format, Object... args) { in logDebug() method in StsLogicTest.StsLogicMock