Searched defs:mAuthenticator (Results 1 - 2 of 2) 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(
/frameworks/base/core/java/android/accounts/
H A DAccountManagerService.java484 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 bein
1243 IAccountAuthenticator mAuthenticator = null; field in class:AccountManagerService.Session
[all...]

Completed in 78 milliseconds