Home
last modified time | relevance | path

Searched defs:testConfig (Results 1 – 11 of 11) sorted by relevance

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