Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/src/android/security/cts/
DTestMedia.java130 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2020_0409()
145 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2020_0421()
264 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig("CVE-2017-0837", getDevice()); in testPocCVE_2017_0837()
281 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2018_9466_CVE_2017_9047()
295 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2018_9466_CVE_2017_9048()
310 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2018_9466_CVE_2017_9049()
328 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2018_9466_CVE_2017_9050()
347 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2015_3873()
492 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2020_0451()
511 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2018_9537()
[all …]
DCVE_2020_0072.java36 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig("CVE-2020-0072", getDevice()); in testPocCVE_2020_0072()
DCVE_2021_0473.java36 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig("CVE-2021-0473", getDevice()); in testPocCVE_2021_0473()
DCVE_2020_0243.java35 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig("CVE-2020-0243", getDevice()); in testPocCVE_2020_0243()
DCVE_2021_0330.java35 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig("CVE-2021-0330", getDevice()); in testPocCVE_2021_0330()
DCVE_2016_2182.java37 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2016_2182()
DCVE_2019_2014.java38 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2019_2014()
DCVE_2018_9558.java40 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2018_9558()
DCVE_2020_0073.java41 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2020_0073()
DAdbUtils.java63 public static class pocConfig { class in AdbUtils
73 pocConfig(String binaryName, ITestDevice device) { in pocConfig() method in AdbUtils.pocConfig
639 pocConfig testConfig = new pocConfig(binaryName, device); in runPocAssertNoCrashesNotVulnerable()
669 public static void runPocAssertNoCrashesNotVulnerable(pocConfig testConfig) throws Exception { in runPocAssertNoCrashesNotVulnerable()