Home
last modified time | relevance | path

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

/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DDownloadServiceTest.kt54 import com.android.testutils.runCommandInRootShell
159 runCommandInRootShell("echo 1 > $it") in setUpClass()
161 runCommandInRootShell("echo 96000 > $tracePath/buffer_size_kb") in setUpClass()
169 runCommandInRootShell("echo 0 > $it") in tearDownClass()
171 runCommandInRootShell("echo $originalTraceBufferSizeKb > $tracePath/buffer_size_kb") in tearDownClass()
/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/
DShellUtil.kt76 fun runCommandInRootShell( method