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/services/java/com/android/server/accounts/
H A DAccountManagerService.java610 mAuthenticator.getAccountCredentialsForCloning(this, account);
652 mAuthenticator.addAccountFromCredentials(this, account, result);
807 mAuthenticator.hasFeatures(this, mAccount, mFeatures);
905 mAuthenticator.getAccountRemovalAllowed(this, mAccount);
1264 mAuthenticator.getAuthTokenLabel(this, authTokenType);
1370 mAuthenticator.getAuthTokenLabel(this, authTokenType);
1372 mAuthenticator.getAuthToken(this, account, authTokenType, loginOptions);
1544 mAuthenticator.addAccount(this, mAccountType, authTokenType, requiredFeatures,
1594 mAuthenticator.confirmCredentials(this, account, options);
1630 mAuthenticator
2040 IAccountAuthenticator mAuthenticator = null; field in class:AccountManagerService.Session
[all...]

Completed in 109 milliseconds