| java.lang.Object | ||
| ↳ | android.text.LoginFilter | |
| ↳ | android.text.LoginFilter.PasswordFilterGMail | |
This filter is compatible with GMail passwords which restricts characters to the Latin-1 (ISO8859-1) char set.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns whether or not we allow character c.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
android.text.LoginFilter
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
android.text.InputFilter
| |||||||||||
Returns whether or not we allow character c. Subclasses must override this method.