Home
last modified time | relevance | path

Searched refs:assertNotMatchesMultiLine (Results 1 – 12 of 12) sorted by relevance

/cts/hostsidetests/securitybulletin/src/android/security/cts/
DPoc18_02.java38 assertNotMatchesMultiLine("APM_AudioPolicyManager: getOutputForAttr\\(\\) " + in testPocCVE_2017_13232()
56 assertNotMatchesMultiLine("CVE-2017-132736 Tainted:" + "[\\s\\n\\S]*" + in testPocCVE_2017_13273()
DPoc20_01.java21 assertNotMatchesMultiLine("READ_EXTERNAL_STORAGE.*?WRITE_EXTERNAL_STORAGE", result); in testPocCVE_2019_14002()
DPoc17_06.java44 assertNotMatchesMultiLine("Zip: missed a central dir sig", logcatOut); in testPocCVE_2017_0647()
DPoc16_05.java38 assertNotMatchesMultiLine("IGraphicBufferProducer_Info is Leaked", logcat); in testPocCVE_2016_2460()
DPoc18_06.java41 assertNotMatchesMultiLine("Broadcast completed", result); in testPocCVE_2018_5884()
DPoc17_02.java37 assertNotMatchesMultiLine("Bugreports file in wrong path", logcatOut); in testPocCVE_2017_0426()
DPoc18_07.java55 assertNotMatchesMultiLine( in testPocCVE_2017_18275()
DPoc16_04.java37 assertNotMatchesMultiLine("IOMX_InfoLeak b26323455", logcat); in testPocCVE_2016_2419()
DPoc17_04.java58 assertNotMatchesMultiLine("OVERWRITE", out); in testPocCVE_2016_10229()
DPoc20_06.java41 assertNotMatchesMultiLine( in testPocCVE_2020_3635()
DPoc16_11.java38 assertNotMatchesMultiLine("fail: encountered same random values!", logcat); in testPocCVE_2012_6702()
DSecurityTestCase.java163 public void assertNotMatchesMultiLine(String pattern, String input) throws Exception { in assertNotMatchesMultiLine() method in SecurityTestCase