Home
last modified time | relevance | path

Searched refs:runPocAssertNoCrashes (Results 1 – 9 of 9) sorted by relevance

/cts/hostsidetests/securitybulletin/src/android/security/cts/
DPoc16_07.java43 AdbUtils.runPocAssertNoCrashes("CVE-2016-3746", getDevice(), "mediaserver"); in testPocCVE_2016_3746()
61 AdbUtils.runPocAssertNoCrashes("CVE-2016-3747", getDevice(), "mediaserver"); in testPocCVE_2016_3747()
DPoc16_06.java34 AdbUtils.runPocAssertNoCrashes("CVE-2016-2482", getDevice(), "mediaserver"); in testPocCVE_2016_2482()
DPoc16_10.java35 AdbUtils.runPocAssertNoCrashes("CVE-2016-3913", getDevice(), "mediaserver"); in testPocCVE_2016_3913()
DPoc18_06.java51 AdbUtils.runPocAssertNoCrashes("CVE-2018-9344", getDevice(), in testPocCVE_2018_9344()
DPoc17_02.java46 AdbUtils.runPocAssertNoCrashes("CVE-2017-0415", getDevice(), "mediaserver"); in testPocCVE_2017_0415()
DPoc18_07.java35 AdbUtils.runPocAssertNoCrashes( in testPocCVE_2018_9424()
DPoc16_04.java55 AdbUtils.runPocAssertNoCrashes("CVE-2016-2412", getDevice(), "system_server"); in testPocCVE_2016_2412()
DAdbUtils.java513 public static void runPocAssertNoCrashes(String pocName, ITestDevice device, in runPocAssertNoCrashes() method in AdbUtils
515 runPocAssertNoCrashes(pocName, device, in runPocAssertNoCrashes()
526 public static void runPocAssertNoCrashes(String pocName, ITestDevice device, in runPocAssertNoCrashes() method in AdbUtils
528 runPocAssertNoCrashes(pocName, device, null, config); in runPocAssertNoCrashes()
539 public static void runPocAssertNoCrashes(String pocName, ITestDevice device, String arguments, in runPocAssertNoCrashes() method in AdbUtils
DPoc17_03.java109 AdbUtils.runPocAssertNoCrashes("CVE-2017-0479", getDevice(), "audioserver"); in testPocCVE_2017_0479()