android.text
public
static
class
android.text.LoginFilter.UsernameFilterGMail
This filter rejects characters in the user name that are not compatible with GMail
account creation. It prevents the user from entering user names with characters other than
[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.UsernameFilterGMail()
public
LoginFilter.UsernameFilterGMail(boolean appendInvalid)
Public Methods
public
boolean
isAllowed(char c)
Returns whether or not we allow character c.
Subclasses must override this method.