Home
last modified time | relevance | path

Searched refs:TIMEOUT_NONDETERMINISTIC (Results 1 – 5 of 5) sorted by relevance

/cts/hostsidetests/securitybulletin/src/android/security/cts/
DPoc17_12.java36 AdbUtils.runPocNoOutput("CVE-2017-6262", getDevice(), TIMEOUT_NONDETERMINISTIC); in testPocCVE_2017_6262()
DPoc16_05.java48 AdbUtils.runPoc("CVE-2015-1805", getDevice(), TIMEOUT_NONDETERMINISTIC); in testPocCVE_2015_1805()
DPoc17_03.java38 AdbUtils.runPocNoOutput("CVE-2016-8479", getDevice(), TIMEOUT_NONDETERMINISTIC); in testPocCVE_2016_8479()
DSecurityTestCase.java46 protected static final int TIMEOUT_NONDETERMINISTIC = 315; field in SecurityTestCase
DAdbUtils.java410 AdbUtils.runPocNoOutput(pocName, device, SecurityTestCase.TIMEOUT_NONDETERMINISTIC); in runPocAssertNoCrashes()