to top
Android APIs
public static class

LoginFilter.PasswordFilterGMail

extends LoginFilter
java.lang.Object
   ↳ android.text.LoginFilter
     ↳ android.text.LoginFilter.PasswordFilterGMail

Class Overview

This filter is compatible with GMail passwords which restricts characters to the Latin-1 (ISO8859-1) char set.

Summary

Public Constructors

? Examples
LoginFilter.PasswordFilterGMail()

? Examples
LoginFilter.PasswordFilterGMail(boolean appendInvalid)
Public Methods

? Examples
boolean isAllowed(char c)
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

Public Constructors

public LoginFilter.PasswordFilterGMail ()

Added in API level 1

public LoginFilter.PasswordFilterGMail (boolean appendInvalid)

Added in API level 1

Public Methods

public boolean isAllowed (char c)

Added in API level 1

Returns whether or not we allow character c. Subclasses must override this method.

No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.