Uses of Class
com.google.i18n.phonenumbers.PhoneNumberUtil.Leniency

Uses of PhoneNumberUtil.Leniency in com.google.i18n.phonenumbers
 

Methods in com.google.i18n.phonenumbers that return PhoneNumberUtil.Leniency
static PhoneNumberUtil.Leniency PhoneNumberUtil.Leniency.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PhoneNumberUtil.Leniency[] PhoneNumberUtil.Leniency.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.google.i18n.phonenumbers with parameters of type PhoneNumberUtil.Leniency
 Iterable<PhoneNumberMatch> PhoneNumberUtil.findNumbers(CharSequence text, String defaultRegion, PhoneNumberUtil.Leniency leniency, long maxTries)
          Returns an iterable over all PhoneNumberMatches in text.
 



Copyright © 2012 Google. All Rights Reserved.