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.java37 AdbUtils.runPoc("CVE-2016-8425", getDevice(), 60); in testPocCVE_2016_8425()
48 AdbUtils.runPoc("CVE-2016-8426", getDevice(), 60); in testPocCVE_2016_8426()
60 AdbUtils.runPoc("CVE-2016-8427", getDevice(), 60); in testPocCVE_2016_8427()
71 AdbUtils.runPoc("CVE-2016-8428", getDevice(), 60); in testPocCVE_2016_8428()
82 AdbUtils.runPoc("CVE-2016-8429", getDevice(), 60); in testPocCVE_2016_8429()
93 AdbUtils.runPoc("CVE-2016-8430", getDevice(), 60); in testPocCVE_2016_8430()
104 AdbUtils.runPoc("CVE-2016-8431", getDevice(), 60); in testPocCVE_2016_8431()
115 AdbUtils.runPoc("CVE-2016-8432", getDevice(), 60); in testPocCVE_2016_8432()
138 String result = AdbUtils.runPoc("CVE-2016-8460", getDevice(), 60); in testPocCVE_2016_8460()
DPoc16_11.java36 AdbUtils.runPoc("CVE-2012-6702", getDevice(), 60); in testPocCVE_2012_6702()
48 AdbUtils.runPoc("CVE-2016-6730", getDevice(), 60); in testPocCVE_2016_6730()
59 AdbUtils.runPoc("CVE-2016-6731", getDevice(), 60); in testPocCVE_2016_6731()
70 AdbUtils.runPoc("CVE-2016-6732", getDevice(), 60); in testPocCVE_2016_6732()
81 AdbUtils.runPoc("CVE-2016-6733", getDevice(), 60); in testPocCVE_2016_6733()
92 AdbUtils.runPoc("CVE-2016-6734", getDevice(), 60); in testPocCVE_2016_6734()
103 AdbUtils.runPoc("CVE-2016-6735", getDevice(), 60); in testPocCVE_2016_6735()
114 AdbUtils.runPoc("CVE-2016-6736", getDevice(), 60); in testPocCVE_2016_6736()
DPoc16_05.java35 AdbUtils.runPoc("CVE-2016-2460", getDevice(), 60); in testPocCVE_2016_2460()
47 AdbUtils.runPoc("CVE-2015-1805", getDevice(), TIMEOUT_NONDETERMINISTIC); in testPocCVE_2015_1805()
DPoc17_02.java35 AdbUtils.runPoc("CVE-2017-0426", getDevice(), 60); in testPocCVE_2017_0426()
56 AdbUtils.runPoc("CVE-2016-8482", getDevice(), 60); in testPocCVE_2016_8482()
DPoc16_04.java35 AdbUtils.runPoc("CVE-2016-2419", getDevice(), 60); in testPocCVE_2016_2419()
46 AdbUtils.runPoc("CVE-2016-0844", getDevice(), 60); in testPocCVE_2016_0844()
DAdbUtils.java100 public static String runPoc(String pocName, ITestDevice device) throws Exception { in runPoc() method in AdbUtils
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() method in AdbUtils
113 return runPoc(pocName, device, timeout, null); in runPoc()
125 public static String runPoc(String pocName, ITestDevice device, int timeout, String arguments) in runPoc() method in AdbUtils
128 runPoc(pocName, device, timeout, arguments, receiver); in runPoc()
155 runPoc(pocName, device, timeout, arguments, null); in runPocNoOutput()
168 public static int runPoc(String pocName, ITestDevice device, int timeout, in runPoc() method in AdbUtils
170 return runPoc(pocName, device, timeout, arguments, null, receiver); in runPoc()
184 public static int runPoc(String pocName, ITestDevice device, int timeout, in runPoc() method in AdbUtils
[all …]
DPoc16_09.java34 AdbUtils.runPoc("CVE-2016-2471", getDevice(), 60); in testPocCVE_2016_2471()
DBug_187957589.java35 AdbUtils.runPoc("Bug-187957589", getDevice()); in testPocBug_187957589()
DPoc16_07.java34 AdbUtils.runPoc("CVE-2016-3818", getDevice(), 60); in testPocCVE_2016_3818()
DPoc18_02.java53 AdbUtils.runPoc("CVE-2017-13273", getDevice(), 60); in testPocCVE_2017_13273()
DPoc17_04.java57 String out = AdbUtils.runPoc("CVE-2016-10229", getDevice()); in testPocCVE_2016_10229()
DPoc17_03.java80 String out = AdbUtils.runPoc("CVE-2017-0334", getDevice()); in testPocCVE_2017_0334()