Home
last modified time | relevance | path

Searched refs:mAuthenticator (Results 1 – 7 of 7) sorted by relevance

/frameworks/volley/src/test/java/com/android/volley/toolbox/
DAndroidAuthenticatorTest.java43 private AndroidAuthenticator mAuthenticator; field in AndroidAuthenticatorTest
50 mAuthenticator = new AndroidAuthenticator(mAccountManager, mAccount, "cooltype", false); in setUp()
57 mAuthenticator.getAuthToken(); in failedGetAuthToken()
69 mAuthenticator.getAuthToken(); in resultContainsIntent()
79 mAuthenticator.getAuthToken(); in missingAuthToken()
84 mAuthenticator.invalidateAuthToken("monkey"); in invalidateAuthToken()
96 Assert.assertEquals("monkey", mAuthenticator.getAuthToken()); in goodToken()
105 Assert.assertSame(mAccount, mAuthenticator.getAccount()); in publicMethods()
/frameworks/base/obex/javax/obex/
DObexSession.java55 protected Authenticator mAuthenticator; field in ObexSession
68 if (mAuthenticator == null) { in handleAuthChall()
130 result = mAuthenticator in handleAuthChall()
197 if (mAuthenticator == null) { in handleAuthResp()
201 byte[] correctPassword = mAuthenticator.onAuthenticationResponse(ObexHelper.getTagValue( in handleAuthResp()
DClientSession.java329 mAuthenticator = auth; in setAuthenticator()
DServerSession.java76 mAuthenticator = auth; in ServerSession()
/frameworks/base/telecomm/java/android/telecom/
DAuthenticatorService.java35 private static Authenticator mAuthenticator; field in AuthenticatorService
39 mAuthenticator = new Authenticator(this); in onCreate()
44 return mAuthenticator.getIBinder(); in onBind()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java782 mAuthenticator.getAccountCredentialsForCloning(this, account); in copyAccountToUser()
877 mAuthenticator.addAccountFromCredentials( in completeCloningAccount()
1036 mAuthenticator.hasFeatures(this, mAccount, mFeatures); in run()
1336 mAuthenticator.getAccountRemovalAllowed(this, mAccount); in run()
1788 mAuthenticator.getAuthTokenLabel(this, authTokenType); in getAuthTokenLabel()
1949 mAuthenticator.getAuthTokenLabel(this, authTokenType); in getAuthToken()
1951 mAuthenticator.getAuthToken(this, account, authTokenType, loginOptions); in getAuthToken()
2170 mAuthenticator.addAccount(this, mAccountType, authTokenType, requiredFeatures, in addAccount()
2252 mAuthenticator.addAccount(this, mAccountType, authTokenType, requiredFeatures, in addAccountAsUser()
2316 mAuthenticator.confirmCredentials(this, account, options); in confirmCredentialsAsUser()
[all …]
/frameworks/base/docs/html/training/sync-adapters/
Dcreating-authenticator.jd160 private Authenticator mAuthenticator;
164 mAuthenticator = new Authenticator(this);
172 return mAuthenticator.getIBinder();