Home
last modified time | relevance | path

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

/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DAbstractRestrictBackgroundNetworkTestCase.java554 protected void assertDelayedShellCommand(String command, final String expectedResult) in assertDelayedShellCommand() method in AbstractRestrictBackgroundNetworkTestCase
556 assertDelayedShellCommand(command, 5, 1, expectedResult); in assertDelayedShellCommand()
559 protected void assertDelayedShellCommand(String command, int maxTries, int napTimeSeconds, in assertDelayedShellCommand() method in AbstractRestrictBackgroundNetworkTestCase
561 assertDelayedShellCommand(command, maxTries, napTimeSeconds, new ExpectResultChecker() { in assertDelayedShellCommand()
575 protected void assertDelayedShellCommand(String command, ExpectResultChecker checker) in assertDelayedShellCommand() method in AbstractRestrictBackgroundNetworkTestCase
577 assertDelayedShellCommand(command, 5, 1, checker); in assertDelayedShellCommand()
579 protected void assertDelayedShellCommand(String command, int maxTries, int napTimeSeconds, in assertDelayedShellCommand() method in AbstractRestrictBackgroundNetworkTestCase
717 assertDelayedShellCommand(setCommand, ""); in setWifiMeteredStatus()
725 assertDelayedShellCommand(command, new ExpectResultChecker() { in assertWifiMeteredStatus()
829 assertDelayedShellCommand("dumpsys deviceidle whitelist =" + packageName, in assertPowerSaveModeWhitelist()
[all …]