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.java148 RegexUtils.assertContains(pattern, input); in assertMatches()
153 RegexUtils.assertContainsMultiline(pattern, input); in assertMatchesMultiLine()
158 RegexUtils.assertNotContains(pattern, input); in assertNotMatches()
163 RegexUtils.assertNotContainsMultiline(pattern, input); in assertNotMatchesMultiLine()
DRegexUtils.java27 public class RegexUtils { class