File
Doc
Category
Size
Date
Package
DialerKeyListener.java
API Doc
Android 5.1 API
605
Sat Mar 14 14:09:34 GMT 2015
android.text.method
DialerKeyListener
java.lang.Object
android.text.method.NumberKeyListener
public class DialerKeyListener extends android.text.method.NumberKeyListener
Fields Summary
public static final char[]
CHARACTERS
Constructors Summary
public DialerKeyListener
()
throw new RuntimeException("Stub!");
Methods Summary
protected
char
[]
getAcceptedChars
()
throw new RuntimeException("Stub!");
public
int
getInputType
()
throw new RuntimeException("Stub!");
public static
android.text.method.DialerKeyListener
getInstance
()
throw new RuntimeException("Stub!");
protected
int
lookup
(
android.view.KeyEvent
event,
android.text.Spannable
content)
throw new RuntimeException("Stub!");
Java Code Source