Home | History | Annotate | Download | only in accounts

Lines Matching defs:addAccount

157         public void addAccount(IAccountAuthenticatorResponse response, String accountType,
161 Log.v(TAG, "addAccount: accountType " + accountType
167 final Bundle result = AbstractAccountAuthenticator.this.addAccount(
174 Log.v(TAG, "addAccount: result " + AccountManager.sanitizeResult(result));
183 handleException(response, "addAccount", accountType, e);
568 public abstract Bundle addAccount(AccountAuthenticatorResponse response, String accountType,
947 // Remove redundant extras in session bundle before passing it to addAccount(...) or
969 return addAccount(response, accountType, authTokenType, requiredFeatures, sessionOptions);