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

/frameworks/volley/src/test/java/com/android/volley/toolbox/
H A DAndroidAuthenticatorTest.java43 private AndroidAuthenticator mAuthenticator; field in class:AndroidAuthenticatorTest
50 mAuthenticator = new AndroidAuthenticator(mAccountManager, mAccount, "cooltype", false);
57 mAuthenticator.getAuthToken();
69 mAuthenticator.getAuthToken();
79 mAuthenticator.getAuthToken();
84 mAuthenticator.invalidateAuthToken("monkey");
96 Assert.assertEquals("monkey", mAuthenticator.getAuthToken());
105 Assert.assertSame(mAccount, mAuthenticator.getAccount());
/frameworks/base/telecomm/java/android/telecom/
H A DAuthenticatorService.java35 private static Authenticator mAuthenticator; field in class:AuthenticatorService
39 mAuthenticator = new Authenticator(this);
44 return mAuthenticator.getIBinder();
/frameworks/base/obex/javax/obex/
H A DObexSession.java55 protected Authenticator mAuthenticator; field in class:ObexSession
68 if (mAuthenticator == null) {
130 result = mAuthenticator
197 if (mAuthenticator == null) {
201 byte[] correctPassword = mAuthenticator.onAuthenticationResponse(ObexHelper.getTagValue(
H A DClientSession.java329 mAuthenticator = auth;
H A DServerSession.java76 mAuthenticator = auth;
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java1159 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
4125 IAccountAuthenticator mAuthenticator = null; field in class:AccountManagerService.Session
[all...]

Completed in 136 milliseconds