Home | History | Annotate | Download | only in accounts

Lines Matching refs:mAuthenticator

484                 mAuthenticator.hasFeatures(this, mAccount, mFeatures);
544 mAuthenticator.getAccountRemovalAllowed(this, mAccount);
846 mAuthenticator.getAuthTokenLabel(this, authTokenType);
848 mAuthenticator.getAuthToken(this, account, authTokenType, loginOptions);
988 mAuthenticator.addAccount(this, mAccountType, authTokenType, requiredFeatures,
1016 mAuthenticator.confirmCredentials(this, account, options);
1040 mAuthenticator.updateCredentials(this, account, authTokenType, loginOptions);
1065 mAuthenticator.editProperties(this, mAccountType);
1105 final IAccountAuthenticator accountAuthenticator = mAuthenticator;
1108 // mAuthenticator being set to null. If this happens then just abort.
1110 // that already happened when mAuthenticator was cleared.
1243 IAccountAuthenticator mAuthenticator = null;
1307 + ", connected " + (mAuthenticator != null)
1324 if (mAuthenticator != null) {
1325 mAuthenticator = null;
1340 mAuthenticator = IAccountAuthenticator.Stub.asInterface(service);
1350 mAuthenticator = null;