Searched refs:assertDelayedShellCommand (Results  1 – 1 of 1) sorted by relevance
| /packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/ | 
| D | AbstractRestrictBackgroundNetworkTestCase.java | 500     protected void assertDelayedShellCommand(String command, final String expectedResult)  in assertDelayedShellCommand()  method in AbstractRestrictBackgroundNetworkTestCase502         assertDelayedShellCommand(command, 5, 1, expectedResult);  in assertDelayedShellCommand()
 505     protected void assertDelayedShellCommand(String command, int maxTries, int napTimeSeconds,  in assertDelayedShellCommand()  method in AbstractRestrictBackgroundNetworkTestCase
 507         assertDelayedShellCommand(command, maxTries, napTimeSeconds, new ExpectResultChecker() {  in assertDelayedShellCommand()
 521     protected void assertDelayedShellCommand(String command, int maxTries, int napTimeSeconds,  in assertDelayedShellCommand()  method in AbstractRestrictBackgroundNetworkTestCase
 624         assertDelayedShellCommand("dumpsys deviceidle whitelist =" + packageName,  in assertPowerSaveModeWhitelist()
 648         assertDelayedShellCommand("dumpsys deviceidle except-idle-whitelist =" + packageName,  in assertPowerSaveModeExceptIdleWhitelist()
 750         assertDelayedShellCommand("dumpsys deviceidle get deep", enabled ? "IDLE" : "ACTIVE");  in assertDozeMode()
 772             assertDelayedShellCommand("am get-inactive " + TEST_APP2_PKG,  in assertAppIdle()
 1058         assertDelayedShellCommand("cmd netpolicy get restricted-mode",
 
 |