android.telephony.PhoneNumberFormattingTextWatcher Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
package android.telephony;
public class PhoneNumberFormattingTextWatcher
implements android.text.TextWatcher
{
public PhoneNumberFormattingTextWatcher() { 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!"); }
}