Home
last modified time | relevance | path

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

/cts/hostsidetests/jdwpsecurity/src/android/jdwpsecurity/cts/
DJdwpSecurityHostTest.java121 scriptProcess = runScriptInBackground(scriptFilepath); in testNonZygoteProgramIsNotDebuggable()
142 private Process runScriptInBackground(String scriptFilepath) throws IOException { in runScriptInBackground() method in JdwpSecurityHostTest