FileDocCategorySizeDatePackage
TimeKeyListener.javaAPI DocAndroid 5.1 API475Sat Mar 14 14:09:40 GMT 2015android.text.method

TimeKeyListener.java

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