Home | History | Annotate | Download | only in authenticator

Lines Matching refs:authTokenType

49         String accountType, String authTokenType, String[] requiredFeatures,
53 authTokenType);
101 Account account, String authTokenType, Bundle loginOptions) {
102 if (!authTokenType.equals(Constants.AUTHTOKEN_TYPE)) {
105 "invalid authTokenType");
127 authTokenType);
139 public String getAuthTokenLabel(String authTokenType) {
140 if (authTokenType.equals(Constants.AUTHTOKEN_TYPE)) {
171 Account account, String authTokenType, Bundle loginOptions) {
175 authTokenType);