Searched refs:hasNoMatches (Results 1 - 1 of 1) sorted by relevance

/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
H A DPhoneNumberMatcherTest.java349 assertTrue(hasNoMatches(phoneUtil.findNumbers(text, region)));
557 hasNoMatches(phoneUtil.findNumbers(text, region)));
566 hasNoMatches(phoneUtil.findNumbers(text, region, Leniency.POSSIBLE,
586 assertTrue(hasNoMatches(phoneUtil.findNumbers(
591 assertTrue(hasNoMatches(phoneUtil.findNumbers(
594 assertTrue(hasNoMatches(phoneUtil.findNumbers(
598 assertTrue(hasNoMatches(phoneUtil.findNumbers(
604 assertTrue(hasNoMatches(phoneUtil.findNumbers(
609 assertTrue(hasNoMatches(phoneUtil.findNumbers("", RegionCode.US)));
610 assertTrue(hasNoMatches(phoneUti
948 private boolean hasNoMatches(Iterable<PhoneNumberMatch> iterable) { method in class:PhoneNumberMatcherTest
[all...]

Completed in 31 milliseconds