Searched defs:pocName (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/securitybulletin/src/android/security/cts/ |
D | AdbUtils.java | 106 public static String runPoc(String pocName, ITestDevice device) throws Exception { in runPoc() 120 public static String runPoc(String pocName, ITestDevice device, int timeout) throws Exception { in runPoc() 135 public static String runPoc(String pocName, ITestDevice device, int timeout, String arguments) in runPoc() 151 public static void runPocNoOutput(String pocName, ITestDevice device, int timeout) in runPocNoOutput() 167 String pocName, ITestDevice device, int timeout, String arguments) throws Exception { in runPocNoOutput() 183 String pocName, in runPoc() 205 String pocName, in runPoc() 273 private static void assertPocExecutable(String pocName, ITestDevice device) throws Exception { in assertPocExecutable() 413 public static boolean runPocCheckExitCode(String pocName, ITestDevice device, int timeout) in runPocCheckExitCode() 429 public static int runPocGetExitStatus(String pocName, ITestDevice device, int timeout) in runPocGetExitStatus() [all …]
|