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

Packages that use PhoneNumberUtil.Leniency
com.google.i18n.phonenumbers   
 

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(java.lang.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
 java.lang.Iterable<PhoneNumberMatch> PhoneNumberUtil.findNumbers(java.lang.CharSequence text, java.lang.String defaultRegion, PhoneNumberUtil.Leniency leniency, long maxTries)
          Returns an iterable over all PhoneNumberMatches in text.
 



Copyright © 2011 Google. All Rights Reserved.