Searched refs:mAuthenticator (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/obex/javax/obex/
H A DObexSession.java50 protected Authenticator mAuthenticator; field in class:ObexSession
63 if (mAuthenticator == null) {
125 result = mAuthenticator
191 if (mAuthenticator == null) {
195 byte[] correctPassword = mAuthenticator.onAuthenticationResponse(ObexHelper.getTagValue(
H A DClientSession.java279 mAuthenticator = auth;
H A DServerSession.java73 mAuthenticator = auth;
/frameworks/base/core/java/android/accounts/
H A DAccountManagerService.java622 mAuthenticator.hasFeatures(this, mAccount, mFeatures);
707 mAuthenticator.getAccountRemovalAllowed(this, mAccount);
1041 mAuthenticator.getAuthTokenLabel(this, authTokenType);
1129 mAuthenticator.getAuthTokenLabel(this, authTokenType);
1131 mAuthenticator.getAuthToken(this, account, authTokenType, loginOptions);
1282 mAuthenticator.addAccount(this, mAccountType, authTokenType, requiredFeatures,
1327 mAuthenticator.confirmCredentials(this, account, options);
1360 mAuthenticator.updateCredentials(this, account, authTokenType, loginOptions);
1393 mAuthenticator.editProperties(this, mAccountType);
1435 final IAccountAuthenticator accountAuthenticator = mAuthenticator;
1661 IAccountAuthenticator mAuthenticator = null; field in class:AccountManagerService.Session
[all...]

Completed in 322 milliseconds