Home | History | Annotate | Download | only in accounts

Lines Matching refs:getAuthTokenLabel

210         public void getAuthTokenLabel(IAccountAuthenticatorResponse response,
214 Log.v(TAG, "getAuthTokenLabel: authTokenType " + authTokenType);
220 AbstractAccountAuthenticator.this.getAuthTokenLabel(authTokenType));
225 Log.v(TAG, "getAuthTokenLabel: result "
230 handleException(response, "getAuthTokenLabel", authTokenType, e);
639 public abstract String getAuthTokenLabel(String authTokenType);