Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/src/android/security/cts/
DSecurityTestCase.java109 public void assertMatches(String pattern, String input) throws Exception { in assertMatches() method in SecurityTestCase
/cts/tests/autofillservice/src/android/autofillservice/cts/
DHelper.java1095 assertMatches(i, entry, fieldClassificationResults[i]); in assertFillEvent()
1101 private static void assertMatches(int i, Entry<AutofillId, FieldClassification> actualResult, in assertMatches() method in Helper