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

  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
PhoneNumberMatcherTest.java 19 import com.android.i18n.phonenumbers.PhoneNumberUtil.Leniency;
382 * leniency level.
399 * "strict_grouping" leniency level.
439 doTestNumberMatchesForLeniency(testCases, Leniency.STRICT_GROUPING);
447 doTestNumberNonMatchesForLeniency(testCases, Leniency.STRICT_GROUPING);
453 doTestNumberMatchesForLeniency(testCases, Leniency.EXACT_GROUPING);
461 doTestNumberNonMatchesForLeniency(testCases, Leniency.EXACT_GROUPING);
465 PhoneNumberUtil.Leniency leniency) {
470 findNumbersForLeniency(test.rawString, test.region, leniency);
    [all...]
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberMatcher.java 19 import com.android.i18n.phonenumbers.PhoneNumberUtil.Leniency;
167 private final Leniency leniency; field in class:PhoneNumberMatcher
188 * @param leniency the leniency to use when evaluating candidate phone numbers
193 PhoneNumberMatcher(PhoneNumberUtil util, CharSequence text, String country, Leniency leniency,
196 if ((util == null) || (leniency == null)) {
205 this.leniency = leniency;
    [all...]
PhoneNumberUtil.java 400 * Leniency when {@linkplain PhoneNumberUtil#findNumbers finding} potential phone numbers in text
403 public enum Leniency {
432 * "65 02 53 00 00" and "650253 0000" are not accepted at this leniency level, whereas
486 * example, a US number written as "650 2530000" is not accepted at this leniency level, whereas
589 /** Returns true if {@code number} is a verified number according to this leniency. */
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java     [all...]

Completed in 141 milliseconds