All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.telephony.PhoneNumberFormattingTextWatcher Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
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!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy