Lines Matching refs:mAuthenticator

1159                     mAuthenticator.getAccountCredentialsForCloning(this, account);
1258 mAuthenticator.addAccountFromCredentials(
1439 mAuthenticator.hasFeatures(this, mAccount, mFeatures);
1760 mAuthenticator.getAccountRemovalAllowed(this, mAccount);
2285 mAuthenticator.getAuthTokenLabel(this, authTokenType);
2453 mAuthenticator.getAuthTokenLabel(this, authTokenType);
2455 mAuthenticator.getAuthToken(this, account, authTokenType, loginOptions);
2690 mAuthenticator.addAccount(this, mAccountType, authTokenType, requiredFeatures,
2773 mAuthenticator.addAccount(this, mAccountType, authTokenType, requiredFeatures,
2873 mAuthenticator.startAddAccountSession(this, mAccountType, authTokenType,
3124 mAuthenticator.finishSession(this, mAccountType, decryptedBundle);
3185 mAuthenticator.confirmCredentials(this, account, options);
3222 mAuthenticator.updateCredentials(this, account, authTokenType, loginOptions);
3290 mAuthenticator.startUpdateCredentialsSession(this, account, authTokenType,
3355 mAuthenticator.isCredentialsUpdateSuggested(this, account, statusToken);
3433 mAuthenticator.editProperties(this, mAccountType);
3631 final IAccountAuthenticator accountAuthenticator = mAuthenticator;
3634 // mAuthenticator being set to null. If this happens then just abort.
3636 // that already happened when mAuthenticator was cleared.
4125 IAccountAuthenticator mAuthenticator = null;
4236 + ", connected " + (mAuthenticator != null)
4253 if (mAuthenticator != null) {
4254 mAuthenticator = null;
4265 mAuthenticator = IAccountAuthenticator.Stub.asInterface(service);
4276 mAuthenticator = null;