Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/hostside-network-policy/app/src/com/android/cts/netpolicy/hostside/
DAbstractRestrictBackgroundNetworkTestCase.java595 protected void assertDelayedShellCommand(String command, final String expectedResult) in assertDelayedShellCommand() method in AbstractRestrictBackgroundNetworkTestCase
597 assertDelayedShellCommand(command, 5, 1, expectedResult); in assertDelayedShellCommand()
600 protected void assertDelayedShellCommand(String command, int maxTries, int napTimeSeconds, in assertDelayedShellCommand() method in AbstractRestrictBackgroundNetworkTestCase
602 assertDelayedShellCommand(command, maxTries, napTimeSeconds, new ExpectResultChecker() { in assertDelayedShellCommand()
616 protected void assertDelayedShellCommand(String command, int maxTries, int napTimeSeconds, in assertDelayedShellCommand() method in AbstractRestrictBackgroundNetworkTestCase
719 assertDelayedShellCommand("dumpsys deviceidle whitelist =" + packageName, in assertPowerSaveModeWhitelist()
743 assertDelayedShellCommand("dumpsys deviceidle except-idle-whitelist =" + packageName, in assertPowerSaveModeExceptIdleWhitelist()
845 assertDelayedShellCommand("dumpsys deviceidle get deep", enabled ? "IDLE" : "ACTIVE"); in assertDozeMode()
868 assertDelayedShellCommand("am get-inactive " + TEST_APP2_PKG, in assertAppIdle()
1162 assertDelayedShellCommand("cmd netpolicy get restricted-mode",