FileDocCategorySizeDatePackage
DateTimeKeyListener.javaAPI DocAndroid 5.1 API487Sat Mar 14 14:09:42 GMT 2015android.text.method

DateTimeKeyListener.java

package android.text.method;
public class DateTimeKeyListener
  extends android.text.method.NumberKeyListener
{
public  DateTimeKeyListener() { throw new RuntimeException("Stub!"); }
public  int getInputType() { throw new RuntimeException("Stub!"); }
protected  char[] getAcceptedChars() { throw new RuntimeException("Stub!"); }
public static  android.text.method.DateTimeKeyListener getInstance() { throw new RuntimeException("Stub!"); }
public static final char[] CHARACTERS = null;
}