Searched refs:assertNotMatchesMultiLine (Results 1 – 12 of 12) sorted by relevance
38 assertNotMatchesMultiLine("APM_AudioPolicyManager: getOutputForAttr\\(\\) " + in testPocCVE_2017_13232()56 assertNotMatchesMultiLine("CVE-2017-132736 Tainted:" + "[\\s\\n\\S]*" + in testPocCVE_2017_13273()
21 assertNotMatchesMultiLine("READ_EXTERNAL_STORAGE.*?WRITE_EXTERNAL_STORAGE", result); in testPocCVE_2019_14002()
44 assertNotMatchesMultiLine("Zip: missed a central dir sig", logcatOut); in testPocCVE_2017_0647()
38 assertNotMatchesMultiLine("IGraphicBufferProducer_Info is Leaked", logcat); in testPocCVE_2016_2460()
41 assertNotMatchesMultiLine("Broadcast completed", result); in testPocCVE_2018_5884()
37 assertNotMatchesMultiLine("Bugreports file in wrong path", logcatOut); in testPocCVE_2017_0426()
55 assertNotMatchesMultiLine( in testPocCVE_2017_18275()
37 assertNotMatchesMultiLine("IOMX_InfoLeak b26323455", logcat); in testPocCVE_2016_2419()
58 assertNotMatchesMultiLine("OVERWRITE", out); in testPocCVE_2016_10229()
41 assertNotMatchesMultiLine( in testPocCVE_2020_3635()
38 assertNotMatchesMultiLine("fail: encountered same random values!", logcat); in testPocCVE_2012_6702()
163 public void assertNotMatchesMultiLine(String pattern, String input) throws Exception { in assertNotMatchesMultiLine() method in SecurityTestCase