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.java439 protected void assertDelayedShellCommand(String command, final String expectedResult) in assertDelayedShellCommand() method in AbstractRestrictBackgroundNetworkTestCase
441 assertDelayedShellCommand(command, 5, 1, expectedResult); in assertDelayedShellCommand()
444 protected void assertDelayedShellCommand(String command, int maxTries, int napTimeSeconds, in assertDelayedShellCommand() method in AbstractRestrictBackgroundNetworkTestCase
446 assertDelayedShellCommand(command, maxTries, napTimeSeconds, new ExpectResultChecker() { in assertDelayedShellCommand()
460 protected void assertDelayedShellCommand(String command, ExpectResultChecker checker) in assertDelayedShellCommand() method in AbstractRestrictBackgroundNetworkTestCase
462 assertDelayedShellCommand(command, 5, 1, checker); in assertDelayedShellCommand()
464 protected void assertDelayedShellCommand(String command, int maxTries, int napTimeSeconds, in assertDelayedShellCommand() method in AbstractRestrictBackgroundNetworkTestCase
598 assertDelayedShellCommand(setCommand, ""); in setWifiMeteredStatus()
606 assertDelayedShellCommand(command, new ExpectResultChecker() { in assertWifiMeteredStatus()
690 assertDelayedShellCommand("dumpsys deviceidle whitelist =" + packageName, in assertPowerSaveModeWhitelist()
[all …]