Searched refs:countMatches (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/VpnTests/java/com/android/server/connectivity/ |
D | VpnTest.java | 2886 private int countMatches(@NonNull final Pattern regexp, @NonNull final String string) { in countMatches() method in VpnTest 2924 assertEquals(1, countMatches(pattern, stage1)); in testNCEventChanges() 2929 assertEquals(1, countMatches(pattern, stage2)); in testNCEventChanges() 2936 assertEquals(1, countMatches(pattern, stage3)); in testNCEventChanges() 2942 assertEquals(2, countMatches(pattern, stage4)); in testNCEventChanges() 2949 assertEquals(3, countMatches(pattern, stage5)); in testNCEventChanges()
|