FileDocCategorySizeDatePackage
PhoneNumberUtils.javaAPI DocAndroid 5.1 API4941Sat Mar 14 14:09:32 GMT 2015android.telephony

PhoneNumberUtils

public class PhoneNumberUtils extends Object

Fields Summary
public static final int
FORMAT_JAPAN
public static final int
FORMAT_NANP
public static final int
FORMAT_UNKNOWN
public static final char
PAUSE
public static final int
TOA_International
public static final int
TOA_Unknown
public static final char
WAIT
public static final char
WILD
Constructors Summary
public PhoneNumberUtils()

 throw new RuntimeException("Stub!"); 
Methods Summary
public static java.lang.StringcalledPartyBCDFragmentToString(byte[] bytes, int offset, int length)

 throw new RuntimeException("Stub!"); 
public static java.lang.StringcalledPartyBCDToString(byte[] bytes, int offset, int length)

 throw new RuntimeException("Stub!"); 
public static booleancompare(java.lang.String a, java.lang.String b)

 throw new RuntimeException("Stub!"); 
public static booleancompare(android.content.Context context, java.lang.String a, java.lang.String b)

 throw new RuntimeException("Stub!"); 
public static java.lang.StringconvertKeypadLettersToDigits(java.lang.String input)

 throw new RuntimeException("Stub!"); 
public static java.lang.StringextractNetworkPortion(java.lang.String phoneNumber)

 throw new RuntimeException("Stub!"); 
public static java.lang.StringextractPostDialPortion(java.lang.String phoneNumber)

 throw new RuntimeException("Stub!"); 
public static voidformatJapaneseNumber(android.text.Editable text)

 throw new RuntimeException("Stub!"); 
public static voidformatNanpNumber(android.text.Editable text)

 throw new RuntimeException("Stub!"); 
public static java.lang.StringformatNumber(java.lang.String source)

 throw new RuntimeException("Stub!"); 
public static voidformatNumber(android.text.Editable text, int defaultFormattingType)

 throw new RuntimeException("Stub!"); 
public static java.lang.StringformatNumber(java.lang.String phoneNumber, java.lang.String defaultCountryIso)

 throw new RuntimeException("Stub!"); 
public static java.lang.StringformatNumber(java.lang.String phoneNumber, java.lang.String phoneNumberE164, java.lang.String defaultCountryIso)

 throw new RuntimeException("Stub!"); 
public static java.lang.StringformatNumberToE164(java.lang.String phoneNumber, java.lang.String defaultCountryIso)

 throw new RuntimeException("Stub!"); 
public static intgetFormatTypeForLocale(java.util.Locale locale)

 throw new RuntimeException("Stub!"); 
public static java.lang.StringgetNumberFromIntent(android.content.Intent intent, android.content.Context context)

 throw new RuntimeException("Stub!"); 
public static java.lang.StringgetStrippedReversed(java.lang.String phoneNumber)

 throw new RuntimeException("Stub!"); 
public static final booleanis12Key(char c)

 throw new RuntimeException("Stub!"); 
public static final booleanisDialable(char c)

 throw new RuntimeException("Stub!"); 
public static booleanisEmergencyNumber(java.lang.String number)

 throw new RuntimeException("Stub!"); 
public static booleanisGlobalPhoneNumber(java.lang.String phoneNumber)

 throw new RuntimeException("Stub!"); 
public static booleanisISODigit(char c)

 throw new RuntimeException("Stub!"); 
public static booleanisLocalEmergencyNumber(android.content.Context context, java.lang.String number)

 throw new RuntimeException("Stub!"); 
public static final booleanisNonSeparator(char c)

 throw new RuntimeException("Stub!"); 
public static final booleanisReallyDialable(char c)

 throw new RuntimeException("Stub!"); 
public static final booleanisStartsPostDial(char c)

 throw new RuntimeException("Stub!"); 
public static booleanisVoiceMailNumber(java.lang.String number)

 throw new RuntimeException("Stub!"); 
public static booleanisWellFormedSmsAddress(java.lang.String address)

 throw new RuntimeException("Stub!"); 
public static byte[]networkPortionToCalledPartyBCD(java.lang.String s)

 throw new RuntimeException("Stub!"); 
public static byte[]networkPortionToCalledPartyBCDWithLength(java.lang.String s)

 throw new RuntimeException("Stub!"); 
public static java.lang.StringnormalizeNumber(java.lang.String phoneNumber)

 throw new RuntimeException("Stub!"); 
public static byte[]numberToCalledPartyBCD(java.lang.String number)

 throw new RuntimeException("Stub!"); 
public static java.lang.StringreplaceUnicodeDigits(java.lang.String number)

 throw new RuntimeException("Stub!"); 
public static java.lang.StringstringFromStringAndTOA(java.lang.String s, int TOA)

 throw new RuntimeException("Stub!"); 
public static java.lang.StringstripSeparators(java.lang.String phoneNumber)

 throw new RuntimeException("Stub!"); 
public static java.lang.StringtoCallerIDMinMatch(java.lang.String phoneNumber)

 throw new RuntimeException("Stub!"); 
public static inttoaFromString(java.lang.String s)

 throw new RuntimeException("Stub!");