HomeSort by relevance Sort by last modified time
    Searched refs:findNumbers (Results 1 - 3 of 3) sorted by null

  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
PhoneNumberMatcherTest.java 211 phoneUtil.findNumbers(zipPreceding, "US").iterator();
221 iterator = phoneUtil.findNumbers(zipFollowing, "US").iterator();
338 Iterator<PhoneNumberMatch> matches = phoneUtil.findNumbers(text, region).iterator();
348 assertTrue(hasNoMatches(phoneUtil.findNumbers(text, region)));
517 hasNoMatches(phoneUtil.findNumbers(text, region)));
526 hasNoMatches(phoneUtil.findNumbers(text, region, Leniency.POSSIBLE,
546 assertTrue(hasNoMatches(phoneUtil.findNumbers(
551 assertTrue(hasNoMatches(phoneUtil.findNumbers(
554 assertTrue(hasNoMatches(phoneUtil.findNumbers(
558 assertTrue(hasNoMatches(phoneUtil.findNumbers(
    [all...]
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberUtil.java 400 * Leniency when {@linkplain PhoneNumberUtil#findNumbers finding} potential phone numbers in text
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java     [all...]

Completed in 548 milliseconds