Home
last modified time | relevance | path

Searched defs:testConfig (Results 1 – 20 of 20) 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-2018-9428", getDevice()); in testPocCVE_2018_9428() local
275 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig("CVE-2017-0837", getDevice()); in testPocCVE_2017_0837() local
292 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2018_9466_CVE_2017_9047() local
306 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2018_9466_CVE_2017_9048() local
321 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2018_9466_CVE_2017_9049() local
339 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2018_9466_CVE_2017_9050() local
358 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2015_3873() local
503 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2020_0451() local
[all …]
DCVE_2020_0072.java37 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig("CVE-2020-0072", getDevice()); in testPocCVE_2020_0072() 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_2020_0243.java35 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig("CVE-2020-0243", getDevice()); in testPocCVE_2020_0243() 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_2020_0073.java41 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2020_0073() local
DCVE_2019_2014.java38 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2019_2014() local
DCVE_2018_9549.java37 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2018_9549() local
DCVE_2019_2027.java37 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2019_2027() local
DCVE_2021_0919.java39 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2021_0919() local
DCVE_2018_9537.java38 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2018_9537() local
DCVE_2021_0925.java37 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2021_0925() local
DCVE_2020_0383.java47 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2020_0383() local
DCVE_2021_0956.java42 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, device); in testPocCVE_2021_0956() local
DCVE_2020_0385.java47 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2020_0385() local
DCVE_2020_0381.java47 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2020_0381() local
DCVE_2020_0384.java47 AdbUtils.pocConfig testConfig = new AdbUtils.pocConfig(binaryName, getDevice()); in testPocCVE_2020_0384() local
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewPrecomputedTextTest.java175 final Pair<Params, String[]> testConfig = makeDifferentParams(tvParams); in setText() local