android.text
public
static
class
android.text.LoginFilter.UsernameFilterGeneric
This filter rejects characters in the user name that are not compatible with Google login.
It is slightly less restrictive than the above filter in that it allows [a-zA-Z0-9._-].
Summary
Public Constructors
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
LoginFilter.UsernameFilterGeneric()
public
LoginFilter.UsernameFilterGeneric(boolean appendInvalid)
Public Methods
public
boolean
isAllowed(char c)
Returns whether or not we allow character c.
Subclasses must override this method.