danger.internal
Class PhoneNumberFormatter

java.lang.Object
  extended by danger.internal.PhoneNumberFormatter

Deprecated. This class was not meant to be publicly accessible. It will be removed in a future OS release.


public class PhoneNumberFormatter
extends Object


Constructor Summary
PhoneNumberFormatter()
          Deprecated.  
 
Method Summary
static int findNewInsertionPoint(String prev, int prevInsertion, String formatted)
          Deprecated.  
static void format(Spannable inNumber)
          Deprecated.  
static String formatPhoneNumber(String inNumber)
          Deprecated.  
static String formatPhoneNumber(String inNumber, boolean isStatic)
          Deprecated.  
static boolean isFormatterActive()
          Deprecated.  
static void removeFormatting(Spannable text)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhoneNumberFormatter

public PhoneNumberFormatter()
Deprecated. 
Method Detail

formatPhoneNumber

public static String formatPhoneNumber(String inNumber)
Deprecated. 

isFormatterActive

public static boolean isFormatterActive()
Deprecated. 

formatPhoneNumber

public static String formatPhoneNumber(String inNumber,
                                       boolean isStatic)
Deprecated. 

format

public static void format(Spannable inNumber)
Deprecated. 

removeFormatting

public static void removeFormatting(Spannable text)
Deprecated. 

findNewInsertionPoint

public static int findNewInsertionPoint(String prev,
                                        int prevInsertion,
                                        String formatted)
Deprecated.