Searched refs:mAuthenticator (Results 1 – 7 of 7) sorted by relevance
25 PocAuthenticator mAuthenticator; field in PocService30 if (mAuthenticator == null) { in onBind()31 mAuthenticator = new PocAuthenticator(this); in onBind()33 return mAuthenticator.getIBinder(); in onBind()
34 private Authenticator mAuthenticator; field in SyncAdapterSettingsAuthenticator38 mAuthenticator = new Authenticator(this); in onCreate()43 return mAuthenticator.getIBinder(); in onBind()
32 private Authenticator mAuthenticator; field in StubAuthenticator36 mAuthenticator = new Authenticator(this); in onCreate()41 return mAuthenticator.getIBinder(); in onBind()
31 private Authenticator mAuthenticator; field in StubAuthenticator35 mAuthenticator = new Authenticator(this); in onCreate()40 return mAuthenticator.getIBinder(); in onBind()
34 private Authenticator mAuthenticator; field in StubAuthenticator38 mAuthenticator = new Authenticator(this); in onCreate()43 return mAuthenticator.getIBinder(); in onBind()
291 private Authenticator mAuthenticator; field in NanoAppBundleTest.AuthenticatorService293 return mAuthenticator; in getAuthenticator()309 mAuthenticator = new Authenticator(this); in onCreate()316 IBinder binder = mAuthenticator.getIBinder(); in onBind()
43 private StaticAccountAuthenticator mAuthenticator; field in ContactsContract_ContactsTest55 mAuthenticator = new StaticAccountAuthenticator(getContext()); in setUp()