Home
last modified time | relevance | path

Searched refs:checker (Results 1 – 7 of 7) sorted by relevance

/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DCompatibilityTest.java47 import com.android.tradefed.suite.checker.ISystemStatusChecker;
48 import com.android.tradefed.suite.checker.ISystemStatusCheckerReceiver;
362 for (ISystemStatusChecker checker : mListCheckers) { in run()
363 if(shouldIncludeSystemStatusChecker(checker)) { in run()
364 checkers.add(checker); in run()
606 for (String checker : mSystemStatusCheckWhitelist) { in checkSystemStatusBlackAndWhiteList()
608 Class.forName(checker); in checkSystemStatusBlackAndWhiteList()
612 + "%s was not found", checker), e); in checkSystemStatusBlackAndWhiteList()
616 for (String checker : mSystemStatusCheckBlacklist) { in checkSystemStatusBlackAndWhiteList()
618 Class.forName(checker); in checkSystemStatusBlackAndWhiteList()
[all …]
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DNetworkConnectivityChecker.java23 import com.android.tradefed.suite.checker.ISystemStatusChecker;
/cts/apps/CameraITS/tests/inprog/scene2/
DREADME4 checker charts, and resolution charts. The individual tests will specify
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/retry/
DRetryFactoryTest.java32 import com.android.tradefed.suite.checker.ISystemStatusChecker;
33 import com.android.tradefed.suite.checker.ISystemStatusCheckerReceiver;
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DAbstractRestrictBackgroundNetworkTestCase.java460 protected void assertDelayedShellCommand(String command, ExpectResultChecker checker) in assertDelayedShellCommand() argument
462 assertDelayedShellCommand(command, 5, 1, checker); in assertDelayedShellCommand()
465 ExpectResultChecker checker) throws Exception { in assertDelayedShellCommand() argument
469 if (checker.isExpected(result)) return; in assertDelayedShellCommand()
471 + checker.getExpected() + "' on attempt #" + i in assertDelayedShellCommand()
475 fail("Command '" + command + "' did not return '" + checker.getExpected() + "' after " in assertDelayedShellCommand()
/cts/apps/CameraITS/build/scripts/
Dgpylint_rcfile7 # Disable the message, report, category or checker with the given id(s). You
12 # you want to run only the similarities checker, you can use "--disable=all
13 # --enable=similarities". If you want to run only the classes checker, but have
18 # Enable the message, report, category or checker with the given id(s). You can
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
DCompatibilityTestTest.java26 import com.android.tradefed.suite.checker.ISystemStatusChecker;