Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/src/android/security/cts/
DPoc17_01.java40 AdbUtils.runPoc("CVE-2016-8425", getDevice(), 60); in testPocCVE_2016_8425()
51 AdbUtils.runPoc("CVE-2016-8426", getDevice(), 60); in testPocCVE_2016_8426()
63 AdbUtils.runPoc("CVE-2016-8427", getDevice(), 60); in testPocCVE_2016_8427()
74 AdbUtils.runPoc("CVE-2016-8428", getDevice(), 60); in testPocCVE_2016_8428()
85 AdbUtils.runPoc("CVE-2016-8429", getDevice(), 60); in testPocCVE_2016_8429()
96 AdbUtils.runPoc("CVE-2016-8430", getDevice(), 60); in testPocCVE_2016_8430()
107 AdbUtils.runPoc("CVE-2016-8431", getDevice(), 60); in testPocCVE_2016_8431()
118 AdbUtils.runPoc("CVE-2016-8432", getDevice(), 60); in testPocCVE_2016_8432()
141 String result = AdbUtils.runPoc("CVE-2016-8460", getDevice(), 60); in testPocCVE_2016_8460()
DPoc16_11.java39 AdbUtils.runPoc("CVE-2012-6702", getDevice(), 60); in testPocCVE_2012_6702()
51 AdbUtils.runPoc("CVE-2016-6730", getDevice(), 60); in testPocCVE_2016_6730()
62 AdbUtils.runPoc("CVE-2016-6731", getDevice(), 60); in testPocCVE_2016_6731()
73 AdbUtils.runPoc("CVE-2016-6732", getDevice(), 60); in testPocCVE_2016_6732()
84 AdbUtils.runPoc("CVE-2016-6733", getDevice(), 60); in testPocCVE_2016_6733()
95 AdbUtils.runPoc("CVE-2016-6734", getDevice(), 60); in testPocCVE_2016_6734()
106 AdbUtils.runPoc("CVE-2016-6735", getDevice(), 60); in testPocCVE_2016_6735()
117 AdbUtils.runPoc("CVE-2016-6736", getDevice(), 60); in testPocCVE_2016_6736()
DPoc16_05.java38 AdbUtils.runPoc("CVE-2016-2460", getDevice(), 60); in testPocCVE_2016_2460()
50 AdbUtils.runPoc("CVE-2015-1805", getDevice(), TIMEOUT_NONDETERMINISTIC); in testPocCVE_2015_1805()
DPoc16_04.java38 AdbUtils.runPoc("CVE-2016-2419", getDevice(), 60); in testPocCVE_2016_2419()
49 AdbUtils.runPoc("CVE-2016-0844", getDevice(), 60); in testPocCVE_2016_0844()
DPoc17_02.java38 AdbUtils.runPoc("CVE-2017-0426", getDevice(), 60); in testPocCVE_2017_0426()
59 AdbUtils.runPoc("CVE-2016-8482", getDevice(), 60); in testPocCVE_2016_8482()
DAdbUtils.java106 public static String runPoc(String pocName, ITestDevice device) throws Exception { in runPoc() method in AdbUtils
107 return runPoc(pocName, device, SecurityTestCase.TIMEOUT_NONDETERMINISTIC); in runPoc()
120 public static String runPoc(String pocName, ITestDevice device, int timeout) throws Exception { in runPoc() method in AdbUtils
121 return runPoc(pocName, device, timeout, null); in runPoc()
135 public static String runPoc(String pocName, ITestDevice device, int timeout, String arguments) in runPoc() method in AdbUtils
138 runPoc(pocName, device, timeout, arguments, receiver); in runPoc()
168 runPoc(pocName, device, timeout, arguments, null); in runPocNoOutput()
182 public static int runPoc( in runPoc() method in AdbUtils
189 return runPoc(pocName, device, timeout, arguments, null, receiver); in runPoc()
204 public static int runPoc( in runPoc() method in AdbUtils
[all …]
DPoc16_09.java37 AdbUtils.runPoc("CVE-2016-2471", getDevice(), 60); in testPocCVE_2016_2471()
DPoc16_07.java37 AdbUtils.runPoc("CVE-2016-3818", getDevice(), 60); in testPocCVE_2016_3818()
DBug_187957589.java43 AdbUtils.runPoc("Bug-187957589", getDevice()); in testPocBug_187957589()
DPoc18_02.java56 AdbUtils.runPoc("CVE-2017-13273", getDevice(), 60); in testPocCVE_2017_13273()
DPoc17_04.java60 String out = AdbUtils.runPoc("CVE-2016-10229", getDevice()); in testPocCVE_2016_10229()
DPoc17_03.java84 String out = AdbUtils.runPoc("CVE-2017-0334", getDevice()); in testPocCVE_2017_0334()