Home
last modified time | relevance | path

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

/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/
DShellUtil.kt43 fun <T> runCommandInShell( in <lambda>() method
62 fun runCommandInShell( in runCommandInShell() method
65 ) = runCommandInShell(cmd, shell) { stdout -> in runCommandInShell()
78 ) = runCommandInShell(cmd, shell = "su root sh")
DConnectivityDiagnosticsCollector.kt452 runCommandInShell(c, shell, outputProcessor) in <lambda>()
/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DDownloadServiceTest.kt55 import com.android.testutils.runCommandInShell
148 val originalSize = runCommandInShell("cat $tracePath/buffer_size_kb").trim() in setUpClass()