FileDocCategorySizeDatePackage
PhoneNumberFormattingTextWatcher.javaAPI DocAndroid 5.1 API679Sat Mar 14 14:09:38 GMT 2015android.telephony

PhoneNumberFormattingTextWatcher.java

package android.telephony;
public class PhoneNumberFormattingTextWatcher
  implements android.text.TextWatcher
{
public  PhoneNumberFormattingTextWatcher() { throw new RuntimeException("Stub!"); }
public  PhoneNumberFormattingTextWatcher(java.lang.String countryCode) { throw new RuntimeException("Stub!"); }
public  void beforeTextChanged(java.lang.CharSequence s, int start, int count, int after) { throw new RuntimeException("Stub!"); }
public  void onTextChanged(java.lang.CharSequence s, int start, int before, int count) { throw new RuntimeException("Stub!"); }
public synchronized  void afterTextChanged(android.text.Editable s) { throw new RuntimeException("Stub!"); }
}