Home
last modified time | relevance | path

Searched refs:RegexUtils (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/securitybulletin/src/android/security/cts/
DSecurityTestCase.java149 RegexUtils.assertContains(pattern, input); in assertMatches()
154 RegexUtils.assertContainsMultiline(pattern, input); in assertMatchesMultiLine()
159 RegexUtils.assertNotContains(pattern, input); in assertNotMatches()
164 RegexUtils.assertNotContainsMultiline(pattern, input); in assertNotMatchesMultiLine()
DRegexUtils.java27 public class RegexUtils { class