Home
last modified time | relevance | path

Searched refs:TIMEOUT_NONDETERMINISTIC (Results 1 – 4 of 4) 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.java47 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.java59 protected static final int TIMEOUT_NONDETERMINISTIC = 315; field in SecurityTestCase