Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/src/android/security/cts/
DAdbUtils.java100 public static String runPoc(String pocName, ITestDevice device) throws Exception { in runPoc() argument
101 return runPoc(pocName, device, SecurityTestCase.TIMEOUT_NONDETERMINISTIC); in runPoc()
112 public static String runPoc(String pocName, ITestDevice device, int timeout) throws Exception { in runPoc() argument
113 return runPoc(pocName, device, timeout, null); in runPoc()
125 public static String runPoc(String pocName, ITestDevice device, int timeout, String arguments) in runPoc() argument
128 runPoc(pocName, device, timeout, arguments, receiver); in runPoc()
139 public static void runPocNoOutput(String pocName, ITestDevice device, int timeout) in runPocNoOutput() argument
141 runPocNoOutput(pocName, device, timeout, null); in runPocNoOutput()
153 public static void runPocNoOutput(String pocName, ITestDevice device, int timeout, in runPocNoOutput() argument
155 runPoc(pocName, device, timeout, arguments, null); in runPocNoOutput()
[all …]