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

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

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

Methods in com.google.i18n.phonenumbers that return PhoneNumberUtil.ValidationResult
 PhoneNumberUtil.ValidationResult PhoneNumberUtil.isPossibleNumberWithReason(Phonenumber.PhoneNumber number)
          Check whether a phone number is a possible number.
static PhoneNumberUtil.ValidationResult PhoneNumberUtil.ValidationResult.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PhoneNumberUtil.ValidationResult[] PhoneNumberUtil.ValidationResult.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011 Google. All Rights Reserved.