Searched refs:assertDelayedShellCommand (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/ |
D | AbstractRestrictBackgroundNetworkTestCase.java | 434 protected void assertDelayedShellCommand(String command, final String expectedResult) in assertDelayedShellCommand() method in AbstractRestrictBackgroundNetworkTestCase 436 assertDelayedShellCommand(command, 5, 1, expectedResult); in assertDelayedShellCommand() 439 protected void assertDelayedShellCommand(String command, int maxTries, int napTimeSeconds, in assertDelayedShellCommand() method in AbstractRestrictBackgroundNetworkTestCase 441 assertDelayedShellCommand(command, maxTries, napTimeSeconds, new ExpectResultChecker() { in assertDelayedShellCommand() 455 protected void assertDelayedShellCommand(String command, int maxTries, int napTimeSeconds, in assertDelayedShellCommand() method in AbstractRestrictBackgroundNetworkTestCase 552 assertDelayedShellCommand("dumpsys deviceidle whitelist =" + packageName, in assertPowerSaveModeWhitelist() 576 assertDelayedShellCommand("dumpsys deviceidle except-idle-whitelist =" + packageName, in assertPowerSaveModeExceptIdleWhitelist() 666 assertDelayedShellCommand("dumpsys deviceidle get deep", enabled ? "IDLE" : "ACTIVE"); in assertDozeMode() 677 assertDelayedShellCommand("am get-inactive " + TEST_APP2_PKG, 15, 2, "Idle=" + enabled); in assertAppIdle()
|