Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DAuthenticationService.java23 private Authenticator mAuthenticator; field in AuthenticationService
27 mAuthenticator = new Authenticator(this); in onCreate()
32 return mAuthenticator.getIBinder(); in onBind()
/packages/apps/Contacts/tests/src/com/android/contacts/tests/testauth/
DTestAuthenticationService.java26 private TestAuthenticator mAuthenticator; field in TestAuthenticationService
33 mAuthenticator = new TestAuthenticator(this); in onCreate()
48 return mAuthenticator.getIBinder(); in onBind()
/packages/apps/Email/provider_src/com/android/email/mail/internet/
DAuthenticationCache.java27 private final OAuthAuthenticator mAuthenticator; field in AuthenticationCache
57 mAuthenticator = new OAuthAuthenticator(); in AuthenticationCache()
119 final AuthenticationResult result = mAuthenticator.requestRefresh(context, in refreshEntry()